int main() { int x = 10; int y = 20; return x + y; // Should be 30 }