llvm-project/flang/test/Semantics/Inputs/mod-file-unchanged.f90

6 lines
69 B
Fortran

module m
dimension :: x(10)
public :: x
real :: x
end module m