2 ! { dg-options "-fcray-pointer" }
5 ! Component declarations within derived types would overwrite the typespec of
6 ! variables with the same name who were Cray pointees.
17 real x
! should not overwrite x's type
20 x
%i
= 0 ! should see no error here