Merge from mainline (167278:168000).
[official-gcc/graphite-test-results.git] / gcc / testsuite / gfortran.dg / binding_label_tests_13.f03
blob786945d3af751eb266c367f53903f24f147485ae
1 ! { dg-do compile }
2 ! This file must be compiled BEFORE binding_label_tests_13_main.f03, which it 
3 ! should be because dejagnu will sort the files.  
4 module binding_label_tests_13
5  use, intrinsic :: iso_c_binding, only: c_int
6   integer(c_int) :: c3
7   bind(c) c3
8 end module binding_label_tests_13