test_name can-be-inlined-crash test_description Removing the specification of the root creation procedure in the config file and letting it default to `default_create' and recompiling works fine. Then changing the root class to a different class that also has `default_create' as a creation procedure and finalizing with inlining crashes the compiler with a call on Void target in {INLINER}.can_be_inlined define ROOT_CLASS "class="TEST"" define ROOT_FEATURE "feature="default_create"" copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e compile_melted compile_result ok define ROOT_FEATURE "" copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e compile_melted compile_result ok define ROOT_CLASS "class="ANY"" copy_sub Ace $TEST Ace compile_final compile_result ok c_compile_final c_compile_result ok test_end