main.cpp 140 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 #include <cstdint> const char cstring[15] = " \033\a\b\f\n\r\t\vaA09\0"; int main() { int use = *cstring; return use; // break here }