aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/binding_label_tests_13.f03
blob: a8e3179bf378d9f4691ddf9c63bd04aa69a93f1d (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
! This file must be compiled BEFORE binding_label_tests_13_main.f03, which it 
! should be because dejagnu will sort the files.  
module binding_label_tests_13
 use, intrinsic :: iso_c_binding, only: c_int
  integer(c_int) :: c3
  bind(c) c3
end module binding_label_tests_13
! { dg-final { keep-modules "" } }