blob: 923c89c9a659e15d1cde9b02fd852374fbdff28d [file] [log] [blame]
extern int foo(void);
int main() { return foo(); }