// This file does NOT import c_wrapper.sx // It should NOT be able to call add_numbers use_c_directly :: () -> s32 { add_numbers(5, 3); }