blob: 30f6efe9e0bd6ee46554549b1c0d0920879e6d19 [file] [log] [blame]
program ifConstructToStmtBasic_1
if (.true.) a = 2
!<<<<< 2, 5, 4, 11, pass
!!! This tests shows the refactoring successfully converting a valid IF construct to a valid IF statement.
end program