blob: bbace0ef66ca32940e71261745d7fccdd430fcf7 [file] [log] [blame]
#[test]
pub fn version() {
let (major, _minor, _update) = core::char::UNICODE_VERSION;
assert!(major >= 10);
}