mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-29 10:50:05 +00:00
using Foo :: enum {A, B, C}; len(Foo)
This commit is contained in:
+1
-1
@@ -478,7 +478,7 @@ AST_KIND(_TypeBegin, "", bool) \
|
||||
Token token; \
|
||||
Ast * base_type; \
|
||||
Array<Ast *> fields; /* FieldValue */ \
|
||||
bool is_export; \
|
||||
bool is_using; \
|
||||
}) \
|
||||
AST_KIND(BitFieldType, "bit field type", struct { \
|
||||
Token token; \
|
||||
|
||||
Reference in New Issue
Block a user