blob: 7853d2b63ce61422e93e8ef3e0c723d6f5175b28 [file] [log] [blame] [edit]
extern void foo();
int main() {
foo();
return 0;
}