leo/tests/compiler/string/inputs/weird.in
2021-05-22 17:57:05 -04:00

6 lines
117 B
Plaintext

[main]
s1: [char; 13] = "\"ello, World\"";
s2: [char; 4] = "\u{2764}\x2A\x09\u{2764}";
[registers]
out: bool = true;