Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
variable-declaration-heap-2.a68
blob: 406e8c570d610cbb770f0626cee8bc3edba74588 [
file
] [
log
] [
blame
]
# { dg-options "-fstropping=upper" } #
BEGIN
HEAP INT x
,
y
;
SKIP
END