mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-02 11:48:28 +00:00
9 lines
153 B
Rust
9 lines
153 B
Rust
// something on the first line for tidy
|
|
#!/bin/bash //~ ERROR expected `[`, found `/`
|
|
|
|
//@ reference: input.shebang
|
|
|
|
fn main() {
|
|
println!("ok!");
|
|
}
|