--| 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 vomb2-called-veen test_description A multi-branch instruction lists an inspect "constant" which is actually a local variable. The compiler should report a VOMB(2) error but it instead reports VEEN (unknown identifier) on the local entity which is non-constant and/or of the wrong type. copy_sub Ace $TEST Ace define ENTITY "int" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VOMB(2) define ENTITY "like_curr" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VOMB(2) define ENTITY "char" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VOMB(2) define ENTITY "1" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_warning TEST "Unused Local" test_end