Sign in
gnu
/
gcc
/
e5cfb9cac1d7aba9a8ea73bfe7922cfaff9d61f3
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
binding_label_tests_14.f03
blob: 041237bbee5d1f6ea02ba42feb052c5322aab904 [
file
] [
log
] [
blame
]
!
{
dg
-
do
run
}
subroutine display
()
bind
(
c
)
implicit
none
end
subroutine display
program main
implicit
none
interface
subroutine display
()
bind
(
c
)
end
subroutine display
end
interface
end
program main