About
Contact
QtCreator
KDevelop
Solarized
1
#include
<cstdint>
2
int
main
() {
3
int32_t
myvar
= -
1
;
4
return
myvar
;
// break here
5
}
6