mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-26 09:23:48 +00:00
Diverging procedures proc() -> ! (no return)
This commit is contained in:
@@ -446,6 +446,7 @@ AST_KIND(_TypeBegin, "", bool) \
|
||||
u64 tags; \
|
||||
ProcCallingConvention calling_convention; \
|
||||
bool generic; \
|
||||
bool no_return; \
|
||||
}) \
|
||||
AST_KIND(PointerType, "pointer type", struct { \
|
||||
Token token; \
|
||||
|
||||
Reference in New Issue
Block a user