Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
compile
/
warning-module-hidding-1.a68
blob: 461cd468114055d9010c32cb59ef82dc9d074893 [
file
]
{
dg
-
options
"-Whidden-declarations=all"
}
module
Bar
=
def
int
j
;
j
:=
20
postlude
int
j
;
puts
(
"bye bar'n"
)
{
dg
-
warning
"hidden"
}
fed