Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
eq-string-stride-1.a68
blob: 6e9cec79a45f6598e45218f4c64f663acf7db411 [
file
] [
log
] [
blame
]
# { dg-options "-fstropping=upper" } #
BEGIN
[,]
CHAR matrix
=
((
"1"
,
"2"
,
"3"
),
(
"4"
,
"5"
,
"6"
),
(
"7"
,
"8"
,
"9"
));
ASSERT
(
matrix
[
1
:
3
,
2
]
=
"258"
)
END