gcc/tests/Sanity/test-m32-m64-options/hello.f90

4 lines
80 B
Fortran

program hello
print *, "Hello World!"
end program hello