diff options
| author | gingerBill <bill@gingerbill.org> | 2018-09-08 12:16:03 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2018-09-08 12:16:03 +0100 |
| commit | 3825eab989c0911326fd009b96c9768150ff6ac2 (patch) | |
| tree | df87565103ece81667b091dac69291071c962cca /src/parser.hpp | |
| parent | 3cd6ae311df68c1ac8b4015ebf5eef694126a59b (diff) | |
Diverging procedures `proc() -> !` (no return)
Diffstat (limited to 'src/parser.hpp')
| -rw-r--r-- | src/parser.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.hpp b/src/parser.hpp index f05babfb4..97f484ee1 100644 --- a/src/parser.hpp +++ b/src/parser.hpp @@ -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; \ |