--| Copyright (c) 1993-2018 University of Southern California, Eiffel Software 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 vdrd7-sneak test_description A violation of VDRD(7) is introduced after initial compilation by changing an inherited routine with an internal body to have an external body copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e define BODY "do ensure is_class: class" copy_sub test2.e $CLUSTER test2.e compile_melted compile_result ok define BODY "external "C"" copy_sub test2.e $CLUSTER test2.e compile_melted compile_result ok test_end