2011-05-23 Tom de Vries <tom@codesourcery.com>
[official-gcc.git] / gcc / testsuite / gfortran.dg / use_1.f90
blob94d5db283c318974752e420fe194c0dddf9b45a9
1 ! { dg-do compile }
2 ! { dg-options "-ffixed-form" }
3 module foo
4 end module foo
6 subroutine bar1
7 usefoo
8 end
9 ! { dg-final { cleanup-modules "iso_fortran_env" } }