1 2 3 4 5 6 7
// Stray operator between statements int main() { int x = 1; / int y = 2; return x + y; }