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
2013-09-12 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
defarg16.C
blob
8eb0014ddbff6ca282c4d86102dd7c95a06f1844
1
// PR c++/28262
2
3
typedef void (funcptrhack) (int = 10); // { dg-error "default arguments" }
4
typedef funcptrhack * funcptr;