[gdb/testsuite] Reduce errors after gdb exit in default_gdb_start
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / langs2.c
CommitLineData
c906108c 1/* This is intended to be a vague simulation of cfront output. */
085dd6e6
JM
2#line 1 "langs2.cxx"
3extern int csub (int);
4int
5foo__Fi (int x)
6{
7 return csub (x / 2);
8}
9
10extern int cppsub_ (int *y);
11int
12cppsub_ (int * y)
13{
14 return foo__Fi (*y);
15}
This page took 2.065207 seconds and 4 git commands to generate.