global x = 3; global x = 4; int program(int argc, string[] argv) { return x; }