blob: ceeb588c025c1de6c43b3a4bee3099b68a32a468 [file] [log] [blame]
! Here's a comment at the top of the file
#define TYPE_AND_VAR integer :: hello
#define VALUE 5
program hello_world
implicit none
TYPE_AND_VAR = VALUE
print *, hello
end program