#include <stdio.h> int main(void){ if (1) { printf("a\n"); break; printf("b\n"); } return 0;}
Standard input is empty
prog.c: In function 'main': prog.c:8:3: error: break statement not within loop or switch break; ^
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!