diff options
author | Michael Forney <mforney@mforney.org> | 2021-10-21 13:14:44 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-10-21 13:15:11 -0700 |
commit | 8fac505536f69b3f3864dcd09979bfc9cc3ce471 (patch) | |
tree | 432855fd676b478d6899dd1cf04458c11bd27c2d /test/binary-constant.qbe | |
parent | 9f21e00b458858198381d8e4ab4141ecf2fa2bbe (diff) |
expr: Implement binary integer constants
These are in the latest C23 draft.
Diffstat (limited to 'test/binary-constant.qbe')
-rw-r--r-- | test/binary-constant.qbe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/binary-constant.qbe b/test/binary-constant.qbe new file mode 100644 index 0000000..d72a76c --- /dev/null +++ b/test/binary-constant.qbe @@ -0,0 +1 @@ +export data $x = align 4 { w 228, } |