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
/
parse
/
error23.C
blob
7d6fda2cc4114fefce0da782fd7c6ebbbfb84a8d
1
// PR c++/19149
2
3
struct QChar {
4
QChar( char c );
5
QChar( const QChar& c );
6
static const ; // { dg-error "" }
7
};