summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gfortran.dg/use_1.f90
blob: 94d5db283c318974752e420fe194c0dddf9b45a9 (plain)
1
2
3
4
5
6
7
8
9
      ! { dg-do compile }
      ! { dg-options "-ffixed-form" }
      module foo
      end module foo

      subroutine bar1
      usefoo
      end
      ! { dg-final { cleanup-modules "iso_fortran_env" } }