summaryrefslogtreecommitdiffstats
path: root/src/test/ui/issues/issue-16278.rs
blob: 2f47b694ae912ee8089558451c174ccaebdd9034 (plain)
1
2
3
4
5
6
7
8
9
10
// 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"
");
}