arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
[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