blob: 2cd74d3c770a988bda86480e19eb8709a427f2b5 [file] [log] [blame]
extern int foo();
int main() {
return foo();
}