[gdb/testsuite] Reduce errors after gdb exit in default_gdb_start
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / bar.c
CommitLineData
ffd61a58 1static int barx = 'b' + 'a' + 'r';
c906108c
SS
2
3int bar (int x)
4{
5 if (x)
6 return barx;
7 else
8 return 0;
9}
This page took 2.072352 seconds and 4 git commands to generate.