Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.jason
/
warning1.C
blob: 6fa07ef0c9563c76067feac1b7ee7479324d3c5e [
file
] [
log
] [
blame
]
// { dg-do assemble }
// Bug: g++ protests that foo was never defined.
static
void
foo
();
static
void
foo
();
static
void
foo
()
{
}
void
bar
()
{
foo
();
}
// { dg-bogus "" }