warn if "source" fails to open the file when from_tty == 0
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / langs2.cxx
1 extern "C" int csub (int);
2 int
3 foo (int x)
4 {
5 return csub (x / 2);
6 }
7
8 extern "C" int cppsub_ (int *);
9 int
10 cppsub_ (int *y)
11 {
12 return foo (*y);
13 }
This page took 0.060196 seconds and 4 git commands to generate.