main.c 106 Bytes Raw Blame History Permalink 1 2 3 4 5 int main (int argc, char const *argv[]) { const char* foo = "Hello world"; // break here return 0; }