When flang is invoked with no files it waits for input on stdin. Make it print a message saying this to prevent the user being surprised. Differential Revision: https://reviews.llvm.org/D84855
4 lines
62 B
Fortran
4 lines
62 B
Fortran
program hello
|
|
write (*,*), "hello world"
|
|
end program hello
|