]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.base/twice.c
* config/sh/tm-sh.h (BELIEVE_PCC_PROMOTION): Define, so that
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / twice.c
CommitLineData
ef44eed1
SS
1int nothing ()
2
3{
4 int x = 3 ;
5 return x ;
6}
7
8
9main ()
10
11{
12 int y ;
13
14 y = nothing () ;
15 printf ("hello\n") ;
16}