| ... | ... | @@ -15868,6 +15868,7 @@ static ConstExprValue *ir_make_type_info_value(IrAnalyze *ira, ConstExprValue *p |
| 15868 | 15868 | fields[3].data.x_ptr.special = ConstPtrSpecialRef; |
| 15869 | 15869 | fields[3].data.x_ptr.mut = ConstPtrMutComptimeVar; |
| 15870 | 15870 | ConstExprValue *union_val = create_const_vals(1); |
| 15871 | union_val->special = ConstValSpecialStatic; |
| 15871 | 15872 | union_val->type = type_info_type->data.x_type; |
| 15872 | 15873 | bigint_init_unsigned(&union_val->data.x_union.tag, type_id_index(type_entry->data.pointer.child_type->id)); |
| 15873 | 15874 | union_val->data.x_union.payload = ir_make_type_info_value(ira, union_val, type_entry->data.pointer.child_type); |