int f(int x, int y) { return x; } int program (int argc, string[] argv) { return f(1, 2); }