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.cp
/
pr9067.cc
blob
c30f77d79d1ec6fafb21946801aa67c0aa417972
1
struct
B
;
2
3
struct
A
{
4
static
B b
;
5
};
6
7
struct
B
{
8
A a
;
9
};
10
11
B
A
::
b
;
12
B b
;
13
14
int
main
(
int
,
char
**)
15
{
16
return
0
;
17
}