aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/array_constructor_3.f90
blob: 7ddd1f4191f6fee3e2929fb7301c4ea35f1e65c9 (plain)
1
2
3
4
5
! { dg-do compile }
! Check that empty array constructors are rejected
program hum
    print *, (//)  { dg-error "Empty array constructor" }
end program hum