Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
mcgt
/
mcgt-2.8b.a68
blob: 1b5d642b8f851af698c06160bfd871dd9538be2d [
file
]
# { dg-options "-fstropping=upper" } #
# Coercions and assignations. #
BEGIN
REAL y
,
INT n
,
m
:=
1
;
y
:=
n
%
m
END