1 2 3 4 5
# { dg-options "-fstropping=upper" } # BEGIN FLEX[3]INT list := (1,2,3); list[2] := 20; ASSERT (list[2] = 20) END