int foo(); int foo() { return 4; } void vs_main() { foo(); }