blob: 449452c2e9f0cce60278ede9ad18328b11235230 [file] [log] [blame]
program extract_local
implicit none
print *, "This is a test"
print *, 3+4*5+6 !<<<<< 4, 16, 4, 19, integer :: var, pass
end program