About
Contact
QtCreator
KDevelop
Solarized
1
int
main
() {
2
char
*
ptr
=
"unused"
;
3
// break here
4
return
0
;
5
}
6