Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
repr-1.a68
blob: 2b92a3e7de01ebc62482d428c6662fd4b1902591 [
file
]
# { dg-options "-fstropping=upper" } #
BEGIN
ASSERT
(
REPR ABS
"x"
=
"x"
)
END