PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr19936_2.f90
blobad43c943fecd5f53c0e8f6ed00e35f07a92f8658
1 ! { dg-do compile }
2 program pr19936_2
3 integer i
4 print *,(/(i,i=1a,4)/) ! { dg-error "Syntax error in iterator" }
5 end program pr19936_2