summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/binding_label_tests_10.f03
blob: 99c9c527624f65bce6be426a803c193066410c4e (plain)
1
2
3
4
5
6
7
8
9
10
! { 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

! Do not use dg-final to cleanup-modules