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