--| 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 multi-constraint-vtmc test_description Causes the compiler to throw all VTMC* errors and fixes them. In the end the program is correct and should compile just fine. define COMMENT_LINE_1 "" define COMMENT_LINE_2 "" define COMMENT_LINE_3 "" copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_sub multi.e $CLUSTER multi.e compile_melted compile_result validity_error MULTI VTMC(1) VUEX(2) VTMC(2) define COMMENT_LINE_1 "--" copy_sub multi.e $CLUSTER multi.e resume_compile compile_result validity_error MULTI VUEX(2) VTMC(2) define COMMENT_LINE_2 "--" copy_sub multi.e $CLUSTER multi.e resume_compile compile_result validity_error MULTI VTMC(2) define COMMENT_LINE_3 "--" copy_sub multi.e $CLUSTER multi.e resume_compile compile_result ok test_end