aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gfortran.dg/binding_label_tests_10.f03
blob: e609d34a520623a83ec3fb1a4ca21c03de7bd6e1 (plain)
1
2
3
4
5
6
7
8
9
! { dg-do compile }
! This file must be compiled BEFORE binding_label_tests_10_main.f03, which it 
! should be because dejagnu will sort the files.
module binding_label_tests_10
  use iso_c_binding
  implicit none
  integer(c_int), bind(c,name="c_one") :: one
end module binding_label_tests_10
! { dg-final { keep-modules "" } }