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

      subroutine bar1
      usefoo
      end