blob: f25b49343a6f310acd31a46338cebbd584d221ae [file] [log] [blame]
extern int bar1(void);
int main(void)
{
return bar1();
}