// run-pass static X: bool = 'a'.is_ascii(); static Y: bool = 'รค'.is_ascii(); fn main() { assert!(X); assert!(!Y); }