2011-10-06 Justin Lebar <justin.lebar@gmail.com>
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / skip1.c
1 int bar()
2 {
3 return 1;
4 }
5
6 int baz(int a, int b)
7 {
8 return a + b;
9 }
This page took 0.030411 seconds and 4 git commands to generate.