blob: 37d40a4b52ab982623cd5b835a4a87048392b0f9 [file] [log] [blame]
! { dg-do compile }
! Check that empty array constructors are rejected
program hum
print *, (//) ! { dg-error "Empty array constructor" }
end program hum