1 2 3 4 5
int main (int argc, char const *argv[]) { const char* foo = "Hello world"; // break here return 0; }