Codebase list ohcount / d4c3f612-6685-4dc0-9339-5433a0a275c0/main test / detect_files / fortranfixed.f
d4c3f612-6685-4dc0-9339-5433a0a275c0/main

Tree @d4c3f612-6685-4dc0-9339-5433a0a275c0/main (Download .tar.gz)

fortranfixed.f @d4c3f612-6685-4dc0-9339-5433a0a275c0/main

3581673
 
 
 
 
 
 
1
2
3
4
5
6
7
      PROGRAM fortranfixedcheck
!     Simple check.  Not valid free-form because of the continuation.
      WRITE(*,*)
     + 'foo'
      GOTO 22
 22   WRITE(*,*) 'bar'
      END