repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
libstdc++: remove JSON comment.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
ext
/
array3.C
blob
e8940dbee21731956a32eb627a4bd6ec5a8dc284
1
// PR c++/70709
2
// { dg-options "" }
3
4
struct A
5
{
6
A (int);
7
};
8
9
struct B
10
{
11
B () {}
12
A a[0];
13
};
14
15
struct C
16
{
17
C () {}
18
B a[0];
19
};