Merge from mainline (165734:167278).
[official-gcc/graphite-test-results.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