blob: 93b87eb4d317657041b0a4a01db6d13549dd4ab7 [file] [log] [blame]
extern void f();
int main() {
f();
return 0;
}