int main() { int num1 = 5; int num2 = 3; int sum = num1 + num2; sum = num1 + 9; syscall(0x01); } void test() { int x = 4; int y = x; return x; }