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
2017-09-26 Thomas Koenig <tkoenig@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.law
/
init7.C
blob
0b047b85bbbf1c34ab0e6ab8dcf7513182b825bb
1
// { dg-do assemble }
2
// GROUPS passed initialization
3
class test
4
{
5
public:
6
int x;
7
int y;
8
test (int val) { x = val; y = 0;}
9
};
10
11
test ar(34)[5];// { dg-error "" } .*