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

6 lines
164 B
Plaintext
Raw Normal View History

[main]
s1: [char; 13] = ['H', 'e', 'l', 'l', 'o', ',', '\u{20}', 'W', 'o', 'r', 'l', 'd', '!'];
s2: [char; 4] = ['t', 'e', 's', 't'];
[registers]
out: bool = true;