Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
void2.C
blob: 153e0f18122160ac0c5f93a8bd2721618a518ff4 [
file
] [
log
] [
blame
]
// PR c++/27423
// { dg-do compile }
void
foo
(
void
=
0
);
// { dg-error "incomplete type|invalid use" }
void
bar
()
{
foo
();
}