blob: c029ddd96cd52ed9871ee1d4b55a17f07fbea5b5 [file] [log] [blame]
int foo() { return 0; }
int main() { return foo(); }