repo.or.cz
/
binutils-gdb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[PATCH 7/57][Arm][GAS] Add support for MVE instructions: vstr/vldr
[binutils-gdb.git]
/
gdb
/
testsuite
/
gdb.base
/
langs2.c
blob
a06fb30a812f7522702c4775fccf6bac690c0614
1
/* This is intended to be a vague simulation of cfront output. */
2
#line 1
"langs2.cxx"
3
extern
int
csub
(
int
);
4
int
5
foo__Fi
(
int
x
)
6
{
7
return
csub
(
x
/
2
);
8
}
9
10
extern
int
cppsub_
(
int
*
y
);
11
int
12
cppsub_
(
int
*
y
)
13
{
14
return
foo__Fi
(*
y
);
15
}