About
Contact
QtCreator
KDevelop
Solarized
1
void
(*
crash
)() =
nullptr
;
2
3
int
main
()
4
{
5
crash
();
// Set breakpoint here
6
return
0
;
7
}
8