blob: 01bf0bc61b470e53a8dff918c494afd7feac9d62 [file] [log] [blame]
! this just tests to make sure the code works if there are no macros, etc.
program hello_world
implicit none
integer :: hello = 5
print *, hello
end program