OSDN Git Service

PR target/51393
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gfortran.dg / use_1.f90
1       ! { dg-do compile }
2       ! { dg-options "-ffixed-form" }
3       module foo
4       end module foo
5
6       subroutine bar1
7       usefoo
8       end
9       ! { dg-final { cleanup-modules "foo" } }