Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
modab-2.a68
blob: 52fc9a12a5466065e700daa4a292faab904d6f11 [
file
] [
log
] [
blame
]
# { dg-options "-fstropping=upper" } #
BEGIN
INT n
:=
10
;
(((
n MODAB
1
)))
:=
5
;
ASSERT
(
n
=
5
)
END