blob: 805df307ee9881432bb2693cf15cd42ac692a075 [file] [log] [blame]
int main(int argc, char const *argv[]) {
int i = 5;
return 0; // break here
}