1 2 3 4 5 6 7
// Missing closing paren in if-condition int main() { int x = 1; if (x return x; return 0; }