blob: 5f7f2c27cd353e21bd542e9354df8e1aa5bf6076 [file] [log] [blame]
extern void bar();
int main() {
bar();
return 0;
}