aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/empty_derived_type.f90
blob: 6bf616c2c6ab5c11a30743b12707488630a724e8 (plain)
1
2
3
4
5
6
7
! { dg-do compile }
module stuff
   implicit none
   type, bind(C) :: junk ! { dg-warning "may be inaccessible by the C companion" }
      ! Empty!
   end type junk
end module stuff