xref: /llvm-project/flang/test/Driver/Inputs/hello.f90 (revision 49acab3f1408be9439a57833aa7b67678c9a05ba)
1program hello
2  write(*,*), "Hello world!"
3end program hello
4