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