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