Unit tests for Literate Haskell
[ohcount] / test / detect_files / fortranfixed.f
1       PROGRAM fortranfixedcheck
2 !     Simple check.  Not valid free-form because of the continuation.
3       WRITE(*,*)
4      + 'foo'
5       GOTO 22
6  22   WRITE(*,*) 'bar'
7       END