OSDN Git Service

PR testsuite/35406
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / binding_label_tests_10.f03
1 ! { dg-do compile }
2 ! This file must be compiled BEFORE binding_label_tests_10_main.f03, which it 
3 ! should be because dejagnu will sort the files.
4 module binding_label_tests_10
5   use iso_c_binding
6   implicit none
7   integer(c_int), bind(c,name="c_one") :: one
8 end module binding_label_tests_10
9
10 ! Do not use dg-final to cleanup-modules