blob: b1bfdf737cafce7918c5915e22710adf873dc97a [file]
# { dg-options "-fstropping=upper" } #
# Transient references and declarations. #
BEGIN FLEX[4,6]INT p;
[]INT q1 = p[3,]; # Transient name is dereferenced giving []INT #
REF FLEX[,]INT q5 = p; # p and q5 are different ways of accessing
the same name. #
SKIP
END