blob: 84f8401cadd6a0b4d14ffa8c795e46c2f5f27e09 [file] [log] [blame]
extern int foo(int);
extern int bar(int);
int main(void) {
return foo(bar(10));
}