blob: ffa06b4b17437237cc4e6391ca76f923d34b4c99 [file] [log] [blame]
program convert_ifConstructToIfStmt
implicit none
print *, "This is a test"
if (.true.) a = 1
!<<<<< 4, 5, 6, 11, pass
!!! This test shows the refactoring successfully refactoring a simple valid IF construct into a valid IF statement.
end program