diff options
author | Michael Forney <mforney@mforney.org> | 2021-10-21 20:15:15 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-10-21 20:15:15 -0700 |
commit | f685cdc1cd6baa17879b15326f553409258d3f73 (patch) | |
tree | 09fcc4c01a0703abecc3d861d983b52fa1938d89 /test/char-const-u8.qbe | |
parent | 8b3c7cbd735d959e8bbe9fd6a382a946d3cbfb63 (diff) |
expr: Add support for UTF-8 character constants
Diffstat (limited to 'test/char-const-u8.qbe')
-rw-r--r-- | test/char-const-u8.qbe | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/char-const-u8.qbe b/test/char-const-u8.qbe new file mode 100644 index 0000000..2d199a4 --- /dev/null +++ b/test/char-const-u8.qbe @@ -0,0 +1 @@ +export data $u8 = align 1 { b 97, } |