re PR fortran/78741 (ICE in gfc_get_symbol_decl, at fortran/trans-decl.c:1534)
[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