Sign in
gnu
/
gcc.git
/
refs/heads/trunk
/
.
/
gcc
/
testsuite
/
algol68
/
compile
/
error-coercion-1.a68
blob: d0e24821f27938ed20ffbe95f5987662c39a7b3b [
file
]
# { dg-options "-fstropping=upper" } #
BEGIN
INT a
;
a
:=
"foo"
# { dg-error "cannot be coerced" } #
END