PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gfortran.dg / use_1.f90
blob46d8fa9ea294080ae1abe9aeea8dfea365e4a521
1 ! { dg-do compile }
2 ! { dg-options "-ffixed-form" }
3 module foo
4 end module foo
6 subroutine bar1
7 usefoo
8 end