Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
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