[flang] Replace module writer posix file handling with llvm file handling. (flang...
[platform/upstream/llvm.git] / flang / test-lit / Semantics / Inputs / mod-file-changed.f90
1 module m
2   dimension :: x(10)
3   private :: x
4   real :: x
5 end module m