Allow making GDB not automatically connect to the native target.
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / langs2.cxx
CommitLineData
c906108c
SS
1extern "C" int csub (int);
2int
3foo (int x)
4{
5 return csub (x / 2);
6}
7
8extern "C" int cppsub_ (int *);
9int
10cppsub_ (int *y)
11{
12 return foo (*y);
13}
This page took 1.40901 seconds and 4 git commands to generate.