Diverging procedures proc() -> ! (no return)

This commit is contained in:
gingerBill
2018-09-08 12:16:03 +01:00
parent 3cd6ae311d
commit 3825eab989
8 changed files with 37 additions and 6 deletions
+1
View File
@@ -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; \