blob: 6bf616c2c6ab5c11a30743b12707488630a724e8 [file] [log] [blame]
! { 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