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.dwarf2
/
dw4-sig-types-b.cc
blob
140763ac21396022fd55d89a63a9ed12f408b60d
1
2
#include
"dw4-sig-types.h"
3
4
extern myns
::
bar_type myset
;
5
6
static
myns
::
bar_type
*
7
bar
()
8
{
9
return
&
myset
;
10
}
11
12
void
13
foo
()
14
{
15
bar
();
16
}