Sign in
gnu
/
gcc
/
ff4bf326d03e750a8d4905ea49425fe7d15a04b8
/
.
/
gcc
/
testsuite
/
gfortran.dg
/
pr90988_4.f
blob: 0a4e3f6aabfa8ca011569fb94f22b1bdc3233380 [
file
] [
log
] [
blame
]
c
{
dg
-
do
compile
}
c
{
dg
-
require
-
visibility
""
}
module
foo
implicit
none
real a
,
b
,
c
integer i
,
j
,
k
public
a
,
b
publicc
private
i
,
j
privatek
end
module
foo