arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
[official-gcc.git] / gcc / testsuite / gfortran.dg / altreturn_9_1.f90
blob9549869a6beeba94c6d8ebe1d37867054efd2bb4
1 ! { dg-do compile }
2 ! { dg-options "-std=gnu" }
3 ! See altreturn_9_0.f90
4 subroutine sub(i, *, j)
5 if (i == 10 .and. j == 20) return 1
6 return
7 end subroutine sub