Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
compile
/
error-mode-stropping-17.a68
blob: e733c51c75f342985232fe0ff9d23e5c02842f32 [
file
] [
log
] [
blame
]
# { dg-options "-fstropping=upper" } #
BEGIN
FLEX
[
1
:
0
]
INT j
;
j
:=
"joo"
{
dg
-
error
"CHAR.*FLEX.*INT"
}
END