2 ! internal compiler error: in gfc_build_dummy_array_decl, at
3 ! fortran/trans-decl.cc:1317
5 ! Contributed by Gerhard Steinmetz <gscfq@t-online.de>
12 class(t0
), allocatable
:: a(:)
14 class(t0
), allocatable
:: arg(:)
15 allocate (arg
, source
= [t0(1), t0(2)])
24 if (size(z
%a
) .ne
. 2) stop 1