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