2 ! This file must be compiled BEFORE binding_label_tests_11_main.f03, which it
3 ! should be because dejagnu will sort the files.
4 module binding_label_tests_11
5 use iso_c_binding, only: c_int
8 function one() bind(c, name="c_one")
12 end module binding_label_tests_11
14 ! Do not use dg-final to cleanup-modules