Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
plusab-3.a68
blob: beb63060135de06f8ea9dde218d09a307ed58a25 [
file
] [
log
] [
blame
]
# { dg-options "-fstropping=upper" } #
BEGIN
INT n
:=
0
;
(((
n
+:=
1
)))
:=
5
;
ASSERT
(
n
=
5
)
END