[gdb/testsuite] Remove superfluous 3rd argument from gdb_test call (3)
[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.255035 seconds and 4 git commands to generate.