mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-05 10:14:05 +00:00
First step towards constant unions
This commit is contained in:
@@ -3520,7 +3520,7 @@ gb_internal bool is_type_union_constantable(Type *type) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
gb_internal bool check_cast_internal(CheckerContext *c, Operand *x, Type *type) {
|
||||
|
||||
Reference in New Issue
Block a user