blob: 56bce9df92ed4a05b17c677758154f5991bf50b5 [file] [log] [blame]
#include <stdio.h>
extern int foo2();
int
foo1()
{
}
int
bar1()
{
}
int
main()
{
}