blob: 78d5c0714714aae3139ddd64f4c6414f4c27a33e [file] [log] [blame]
#include <stdio.h>
int main() {
int i = 1;
return i; // Break here
}