diff options
Diffstat (limited to 'third_party/rust/cexpr/tests/input/chars.h')
-rw-r--r-- | third_party/rust/cexpr/tests/input/chars.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust/cexpr/tests/input/chars.h b/third_party/rust/cexpr/tests/input/chars.h new file mode 100644 index 0000000000..45351d3259 --- /dev/null +++ b/third_party/rust/cexpr/tests/input/chars.h @@ -0,0 +1,3 @@ +#define CharChar_65 'A' +#define CharChar_127849 '\U0001f369' // 🍩 +#define CharRaw_255 U'\xff' |