blob: cc510cde3991bc2dd48f3ab761acf05332d19f19 [file] [log] [blame]
! Taken from reindenter-test-code in org.eclipse.photran.core.vpg.tests
PROGRAM program !<<<<< 2, 1, 8, 20, false, pass
IMPLICIT NONE
! Don't forget about comments
! That would be bad
PRINT *, "Hello"
STOP
END PROGRAM program