Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
other
/
static4.C
blob: 94dc9b3d01117307fa0b9491feb49b12025cd07c [
file
] [
log
] [
blame
]
// { dg-options -Wno-pedantic }
void
foo
()
{
static
void
bar
();
// { dg-error "3:cannot declare static function" }
}