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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
init
/
array21.C
blob
f41ce86b1d9069e5b25703f355de3bd1d043ea7c
1
// PR c++/27722
2
3
void foo()
4
{
5
const int x[] = 0; // { dg-error "size" }
6
++x;
7
}