blob: 8e61e6ef3ca22d61882ed40f8764859862c82dd6 [file] [log] [blame]
int foo();
int main(int argc, char **argv) {
return foo();
}