4 ! A symbol 'a' was created while attempting to parse a typespec in the array
5 ! constructor. That (invalid) symbol was kept until translation stage
6 ! where it was leading to an ICE.
8 ! Original testcase from Paul Kapinos <kapinos@rz.rwth-aachen.de>
15 vec
= (/ real(a
= 1), 1. /)
21 print *,(/ real(a
= 1) /)