Sign in
llvm
/
llvm-test-suite
/
refs/tags/llvmorg-19.1.2
/
.
/
Fortran
/
gfortran
/
regression
/
empty_derived_type.f90
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