Sign in
fuchsia
/
third_party
/
github.com
/
rust-lang
/
rust
/
HEAD
/
.
/
tests
/
ui
/
frontmatter
/
frontmatter-crlf.rs
blob: b46cc9ddbb0e0913a6d5a0c36f635c4b3d2bd041 [
file
] [
log
] [
blame
]
#!/
usr
/
bin
/
env
-
S cargo
-
Zscript
---
[
dependencies
]
clap
=
"4"
---
//@ check-pass
// ignore-tidy-cr
// crlf line endings should be accepted
#![
feature
(
frontmatter
)]
fn
main
()
{}