--| 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. -- This is a test control file test_name illegal-attributes test_description Variable and constant attributes which violate VFFD1 because they have a Formal_arguments part copy_sub Ace $TEST Ace define FEATURE "try1 ( ): STRING" copy_sub test.e $CLUSTER test.e compile_melted compile_result syntax_error TEST 21 define FEATURE "try2 ( ): STRING is "You weasel"" copy_sub test.e $CLUSTER test.e resume_compile compile_result syntax_error TEST 20 test_end