1 2 3 4 5
// errors: 1 // make sure that an undefined function only gives 1 error int main() { return f(1); }