]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/gdb.base/foo.c
opcodes: bfin: simplify field width processing and fix build warnings
[thirdparty/binutils-gdb.git] / gdb / testsuite / gdb.base / foo.c
CommitLineData
ffd61a58 1static int foox = 'f' + 'o' + 'o';
c906108c
SS
2
3int foo (int x)
4{
5 if (x)
6 return foox;
7 else
8 return 0;
9}