mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Initial creation of sourceware repository
This commit is contained in:
15
gdb/testsuite/gdb.base/langs2.c
Normal file
15
gdb/testsuite/gdb.base/langs2.c
Normal file
@ -0,0 +1,15 @@
|
||||
/* This is intended to be a vague simulation of cfront output. */
|
||||
#line 1 "langs2.cxx"
|
||||
extern int csub ();
|
||||
int
|
||||
foo__Fi (x) int x;
|
||||
{
|
||||
return csub (x / 2);
|
||||
}
|
||||
|
||||
extern int cppsub_ ();
|
||||
int
|
||||
cppsub_ (y) int *y;
|
||||
{
|
||||
return foo__Fi (*y);
|
||||
}
|
Reference in New Issue
Block a user