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
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
void2.C
blob
153e0f18122160ac0c5f93a8bd2721618a518ff4
1
// PR c++/27423
2
// { dg-do compile }
3
4
void foo(void = 0); // { dg-error "incomplete type|invalid use" }
5
void bar() { foo(); }