leo/tests/compiler/string/inputs/weird.in

6 lines
117 B
Plaintext
Raw Normal View History

2021-05-23 00:57:05 +03:00
[main]
s1: [char; 13] = "\"ello, World\"";
s2: [char; 4] = "\u{2764}\x2A\x09\u{2764}";
[registers]
out: bool = true;