Eliminate literal line numbers in dbx.exp
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / skip-solib-main.c
1 int square(int num);
2
3 int main()
4 {
5 return square(0);
6 }
This page took 0.039705 seconds and 4 git commands to generate.