rust/tests/ui/issues/issue-16278.rs
2023-01-11 09:32:08 +00:00

11 lines
196 B
Rust

// 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"
");
}