blob: a9fa0db44d346837bad12ca27d816f0c4ba2f8eb [file] [log] [blame]
// run-pass
// ignore-tidy-cr
// this file has some special \r\n endings (use xxd to see them)
fn main() {assert_eq!(b"", b"\
");
assert_eq!(b"\n", b"
");
}