blob: 300fa9a89f05c4c598ff8e72c63125dd92a814ef [file] [log] [blame]
extern int bar (void);
int
bar (void)
{
return 42;
}