(root)/
gcc-13.2.0/
gcc/
testsuite/
gfortran.dg/
binding_label_tests_19.f90
! { dg-do compile }
!
! PR fortran/48858
!
subroutine foo() bind(C,name="bar")
end subroutine foo

subroutine foo() bind(C,name="sub")
end subroutine foo