Sign in
llvm
/
llvm-test-suite
/
refs/tags/llvmorg-19.1.2
/
.
/
Fortran
/
gfortran
/
regression
/
binding_label_tests_13.f03
blob: 71aac2dbf37873b6d7872886b99051244dcd523c [
file
] [
log
] [
blame
]
!
{
dg
-
do
compile
}
module
binding_label_tests_13
use
,
intrinsic
::
iso_c_binding
,
only
:
c_int
integer
(
c_int
)
::
c3
bind
(
c
)
c3
end
module
binding_label_tests_13