blob: b3d8aab2087076a191face7890cf5edd925dd3cb [file] [log] [blame]
program test19
integer x = 3
if (x) 10,20,30
10 print *, "1"
return
20 print *, "2"
30 print *, "3"
print *, "4"
end program test19 !<<<<< 15