PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / assumed_size_2.f90
blobe9a1185b5273716dd876bd10356281835812af57
1 ! { dg-do compile }
2 subroutine foo(a)
3 dimension a(*,*) ! { dg-error "Bad specification for assumed size array" }
4 end