Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
issues
/
issue-16278.rs
blob: 0d3b4a90ce727658b5bbfc79e687540299548c07 [
file
] [
log
] [
blame
] [
edit
]
//@ 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
"
");
}