binutils-gdb/gdb/testsuite/gdb.base/pr10179-a.c

18 lines
83 B
C

#include <stdio.h>
extern int foo2();
int
foo1()
{
}
int
bar1()
{
}
main()
{
}