Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
variable-declaration-heap-1.a68
blob: e7b40a19a99dcbd6860b095aea40b0ee6e36af7d [
file
] [
log
] [
blame
]
# { dg-options "-fstropping=upper" } #
BEGIN
HEAP INT a
:=
10
;
ASSERT
(
a
=
10
)
END