binutils-gdb/gdb/testsuite/gdb.base/skip1.c

10 lines
69 B
C

int bar()
{
return 1;
}
int baz(int a, int b)
{
return a + b;
}