blob: b30b3dbf9036a9c71a53ef41ea3d220b20cd42c2 [file] [log] [blame]
pub fn main() {
let s = "\u{260311111111}"; //~ ERROR overlong unicode escape (must have at most 6 hex digits)
}