diff options
Diffstat (limited to 'type.h')
| -rw-r--r-- | type.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -44,6 +44,7 @@ union type { }; uint bits; }; +static_assert(sizeof(union type) == 4); #define isprimt(t) in_range((t), TYBOOL, TYVOID) #define isintt(t) in_range((t), TYENUM, TYUVLONG) |