1 2 3 4 5 6 7 8 9
// check-pass fn main() { assert!({false}); assert!(r"\u{41}" == "A"); assert!(r"\u{".is_empty()); }