aarch64: Add vector floating point extend pattern [PR113880, PR113869]
[official-gcc.git] / gcc / testsuite / gfortran.dg / binding_label_tests_19.f90
bloba6f63e685882b7d141924ed266e597098cb3084c
1 ! { dg-do compile }
3 ! PR fortran/48858
5 subroutine foo() bind(C,name="bar")
6 end subroutine foo
8 subroutine foo() bind(C,name="sub")
9 end subroutine foo