ret_c_bool = fn [cc(c)] () u8 { return 0; } [export] main = fn [cc(c)] () s32 { return #extend(ret_c_bool()); }