--| 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 negate-big-bit-local test_description A procedure takes the negation (`not') of a local of type BIT 2_000_000 and prints the first and last bits of the result. System execution ends with a run-time panic, but only if garbage collection is on. copy_sub Ace $TEST Ace define BIT_LENGTH 2_000_000 copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VTBT define BIT_LENGTH 32767 copy_sub test.e $CLUSTER test.e resume_compile compile_result ok execute_work NONE exec_output1 execute_result ok compare exec_output1 output test_end