1 2 3 4 5 6 7 8
// Do not add a new line because of the vbrace close that is above col 25 // after return 1; int main() { if(1) return 1; return 0; }