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.h
blob
a11d09697a4f0d47f33d08e76e285ee41de6b852
1
2
#include <set>
3
using
std
::
set
;
4
5
namespace
myns
6
{
7
8
struct
bar_type
9
{
10
set
<
int
>
foo
;
11
};
12
13
}
// myns
14
15
extern
void
foo
();