blob: f956cff3b081028bac1697c9eedcd1bf8373889a [file] [log] [blame]
// something on the first line for tidy
#!/bin/bash //~ ERROR expected `[`, found `/`
//@ reference: input.shebang
fn main() {
println!("ok!");
}