* gdb.base/help.exp: Remove testing of individual command help text,
[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.029355 seconds and 4 git commands to generate.