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.cxx
blob
5a2ca8a1568c1a58f4da90cbcd4f28c745eb0901
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
}