blob: a2d661b1837815b0cac70d70b3f25b6a395ab344 [file] [log] [blame]
# { dg-options "-fstropping=upper" } #
BEGIN MODE NODE = STRUCT (INT one, two, three);
NODE top;
top := (10,20,30);
ASSERT (two OF top = 20)
END