Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
algol68
/
compile
/
warning-scope-4.a68
blob: ae0592ed743f32c2e04f58373518f4141d6e5ccd [
file
]
# { dg-options {-Wscope -fstropping=upper} } #
(
REF INT xx
;
(
INT x
;
xx
:=
x
;
x
:=
3
))
# { dg-warning "scope violation" } #