1 2 3 4 5 6 7 8 9 10
pub static STRINGS: [&str; 5] = [ "", "🤖", "test", "abcαβγ", "ศไทย中华Việt Nam β-release 🐱123", // Doesn't yet work properly // "test\0", // "test\0test", ];