Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
gcc.dg
/
pr35443.c
blob: 5dfc299e79674c702443af4c9fe23b1cbd56b279 [
file
] [
log
] [
blame
]
/* PR c/35443 */
/* { dg-options "" } */
/* { dg-bogus "not supported by" "" { target *-*-* } 0 } */
void
foo
()
{
({
int
i
;
i
;
})();
/* { dg-error "is not a function" } */
}