Sign in
gnu
/
gcc
/
refs/heads/devel/gimple-linterchange
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
stmtexpr15.C
blob: 83a831cdd4c68e5a4a003167347c8cb275fa7db6 [
file
] [
log
] [
blame
]
// PR c++/59097
// { dg-options "" }
void
foo
()
{
int
x
[({
return
;
})];
// { dg-error "non-integral" }
}