repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
ext
/
vlm2.C
blob
3a0b335262c1bff59b52479ba0b390e04eda366c
1
// { dg-options "" }
2
3
int n;
4
5
struct Y
6
{
7
void f () {
8
typedef int X[n];
9
struct Z {
10
X x; // { dg-error "variably modified" }
11
};
12
}
13
};