--| Copyright (c) 1993-2006 University of Southern California 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 (all)' in the Ace file. -- Finish_freezing. Generated C code won't compile. indexing class TEST inherit TEST1 creation make feature -- Creation make is local s: STRING; b: BOOLEAN; do s := t.make_directory_name ("a", "b"); b := t.valid_fd (0); s := t.compilation_flag; end; end