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