int program(int argc, string[] argv) { if (true) { return 0; } else { return 1; } }