rust/tests/ui/parser/shebang/valid-shebang.rs
2024-10-30 16:47:47 -07:00

8 lines
121 B
Rust

#!/usr/bin/env run-cargo-script
//@ check-pass
//@ reference: input.shebang
fn main() {
println!("Hello World!");
}