warn if "source" fails to open the file when from_tty == 0
[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 1.405598 seconds and 4 git commands to generate.