* gdb.base/help.exp: Replace most of docstrings for "info signals"
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / twice.c
1 int nothing ()
2
3 {
4 int x = 3 ;
5 return x ;
6 }
7
8
9 main ()
10
11 {
12 int y ;
13
14 y = nothing () ;
15 printf ("hello\n") ;
16 }
This page took 0.030251 seconds and 4 git commands to generate.