aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/algol68/execute/identity-declaration-multiple-5.a68
blob: 005a3c6c4fbba92dcde5a1cd5a648b727cb73286 (plain)
1
2
3
4
# { dg-options "-fstropping=upper" }  #
BEGIN [:]INT foo = (1,2,3);
      ASSERT (ELEMS foo = 3)
END