arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
[official-gcc.git] / gcc / testsuite / gfortran.dg / pr90002.f90
blobcb993a5d5cce398a443a6b341711b3319197fa68
1 ! { dg-do compile }
2 ! { dg-options "-fcoarray=single" }
3 ! Contributed by Arseny Solokha <asolokha at gmx dot de>
4 module pc
5 integer, dimension(1) :: zw[1:1,1:*]
6 end module pc