main.cpp 87 Bytes Raw Blame History Permalink 1 2 3 4 5 #include <cstdint> int main () { int32_t myvar = -1; return myvar; // break here }