[WebAssembly] Fix asan issue from https://reviews.llvm.org/D121349
[llvm-project.git] / flang / test / Driver / Inputs / hello.f90
blobd0c7eb94f53c8ac10bac2de05d809177e997d6d5
1 program hello
2 write (*,*), "hello world"
3 end program hello