Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
proc-29.a68
blob: 51ea5fccf933da29a0faf31656391282ec646c40 [
file
] [
log
] [
blame
]
# { dg-options "-fstropping=upper" } #
# A heap proc variable. #
BEGIN
HEAP PROC foo
:=
INT
:
666
;
ASSERT
(
foo
=
666
)
END