This commit is contained in:
Christoffer Lerno
2023-02-07 11:16:35 +01:00
parent 926dbfc535
commit 1843870dfd

View File

@@ -504,6 +504,7 @@ bool type_is_comparable(Type *type)
case TYPE_VECTOR:
return true;
}
UNREACHABLE
}
void type_mangle_introspect_name_to_buffer(Type *type)