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

19 lines
87 B
C

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