blob: b1401b69829526a40c938e4eebfcccf83cc43e22 [file] [log] [blame]
extern int foo(void);
extern int bar(void);
int main(void)
{
return foo() + bar();
}