xref
: /
llvm-project
/
flang
/
test
/
Semantics
/
Inputs
/
mod-file-unchanged.f90
(revision b98ad941a40c96c841bceb171725c925500fce6c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
module m
2
dimension
::
x
(
10
)
3
public
::
x
4
real
::
x
5
end module m
6