mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-02 21:17:39 +00:00
8 lines
134 B
Bash
8 lines
134 B
Bash
#!//bin/bash
|
|
|
|
//@ check-pass
|
|
//@ reference: input.shebang
|
|
fn main() {
|
|
println!("a valid shebang (that is also a rust comment)")
|
|
}
|