[gdb/testsuite] Stabilize gdb-caching-proc.exp test order
[deliverable/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}
This page took 2.099531 seconds and 4 git commands to generate.