1 2 3 4 5 6 7 8
// something on the first line for tidy #!/bin/bash //~ ERROR expected `[`, found `/` //@ reference: input.shebang fn main() { println!("ok!"); }