repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Daily bump.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
cv_func4.C
blob
df4f19eb51a2c0cf06c299d67fb8235f0d31c26d
1
// PR c++/67845
2
3
typedef void F () const;
4
5
F foo; // { dg-error "cv-qualifier" }
6
void foo ();