OSDN Git Service

PR testsuite/51875
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / binding_label_tests_13.f03
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