arm: Add .type and .size to __gnu_cmse_nonsecure_call [PR115360]
[official-gcc.git] / gcc / testsuite / gfortran.dg / empty_derived_type.f90
blob6bf616c2c6ab5c11a30743b12707488630a724e8
1 ! { dg-do compile }
2 module stuff
3 implicit none
4 type, bind(C) :: junk ! { dg-warning "may be inaccessible by the C companion" }
5 ! Empty!
6 end type junk
7 end module stuff