mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 08:18:44 +00:00
9 lines
147 B
Rust
9 lines
147 B
Rust
// something on the first line for tidy
|
|
#!/bin/bash //~ expected `[`, found `/`
|
|
|
|
//@ reference: input.shebang
|
|
|
|
fn main() {
|
|
println!("ok!");
|
|
}
|