dumpfile.c: use prefixes other than 'note: ' for MSG_{OPTIMIZED_LOCATIONS|MISSED_OPTI...
[official-gcc.git] / gcc / testsuite / gfortran.dg / binding_label_tests_5.f03
blob41999b3e60dfa2b6d95a026fb36eb1d9a9c16d69
1 ! { dg-do compile }
2 module binding_label_tests_5
3   use, intrinsic :: iso_c_binding
4   
5   interface
6      subroutine sub0() bind(c, name='c_sub') ! Odd declaration but perfectly valid
7      end subroutine sub0
8      
9      subroutine sub1() bind(c, name='c_sub') ! Ditto.
10      end subroutine sub1
11   end interface
12 end module binding_label_tests_5