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

6 lines
69 B
Fortran
Raw Permalink Normal View History

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