(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
array_constructor_3.f90
! { dg-do compile }
! Check that empty array constructors are rejected
program hum
    print *, (//) ! { dg-error "Empty array constructor" }
end program hum