(root)/
gcc-13.2.0/
gcc/
testsuite/
g++.dg/
ext/
stmtexpr15.C
// PR c++/59097
// { dg-options "" }

void foo()
{
  int x[({ return; })];		// { dg-error "could not convert" }
// { dg-error "9:size of array .x. has non-integral" "" { target *-*-* } .-1 }  
}