Sign in
gnu
/
gcc.git
/
refs/heads/master
/
.
/
gcc
/
testsuite
/
algol68
/
execute
/
identity-declaration-multiple-2.a68
blob: 6fd973ee44538861e290882bb4da9fff3a8631ca [
file
] [
log
] [
blame
]
# { dg-options "-fstropping=upper" } #
BEGIN
[][]
INT foo
=
((
1
,
2
,
3
),(
4
,
5
,
6
));
ASSERT
(
ELEMS foo
=
2
)
END