mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 02:42:22 -07:00
opaque keyword and type
This commit is contained in:
@@ -198,6 +198,9 @@ bool is_type_distinct(Ast *node) {
|
||||
case Ast_DynamicArrayType:
|
||||
case Ast_MapType:
|
||||
return false;
|
||||
|
||||
case Ast_OpaqueType:
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user