rt_gccstream/gcc/testsuite/gfortran.dg/g77/ffree-form-2.f

12 lines
188 B
Fortran

! PR fortran/10843
! Origin: Brad Davis <bdavis9659@comcast.net>
!
! { dg-do compile }
! { dg-options "-ffree-form" }
GO TO 3
GOTO 3
3 CONTINUE
GOTO = 55
END