--| Copyright (c) 1993-2020 University of Southern California, Eiffel Software and contributors. --| All rights reserved. --| Your use of this work is governed under the terms of the GNU General --| Public License version 2. -- To reproduce error: -- Compile classes as is, using `es3 -finalize' and specifying -- `assertion (no)' in the Ace file. Do not use precompilation, -- but allow dead code removal to be done. -- Finish_freezing. Generated C code won't compile. class TEST create make feature make local a: LINKED_LIST [STRING]; do create s.make (a); end; s: TEST1 end