3 ! PR 60357: [F08] structure constructor with unspecified values for allocatable components
5 ! Contributed by Antony Lewis <antony@cosmologist.info>
9 integer, allocatable
:: y
10 integer, allocatable
:: z(:)
13 Type(A
) :: Me
= A(X
=1)
15 if (allocated(Me
%y
)) call abort
16 if (allocated(Me
%z
)) call abort