Codebase list ohcount / run/8fccc97f-1091-4606-8a80-1b8fb386766a/main test / detect_files / fortranfixed.f
run/8fccc97f-1091-4606-8a80-1b8fb386766a/main

Tree @run/8fccc97f-1091-4606-8a80-1b8fb386766a/main (Download .tar.gz)

fortranfixed.f @run/8fccc97f-1091-4606-8a80-1b8fb386766a/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