llvm/flang/test/Driver/Inputs/hello.f90

program hello
  write(*,*), "Hello world!"
end program hello