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