Sign in
fuchsia
/
third_party
/
rust
/
HEAD
/
.
/
tests
/
ui
/
parser
/
shebang
/
shebang-must-start-file.rs
blob: 0bfe6cca997a2960d23299d6655531f11952dcbe [
file
]
// something on the first line for tidy
#!/
bin
/
bash
//~ ERROR expected `[`, found `/`
//@ reference: shebang.position
fn
main
()
{
println
!(
"ok!"
);
}