1! { dg-do compile }
2!
3! PR fortran/48858
4!
5subroutine foo() bind(C,name="bar")
6end subroutine foo
7
8subroutine foo() bind(C,name="sub")
9end subroutine foo
10
11