rust/tests/ui/parser/shebang/valid-shebang.rs

8 lines
121 B
Rust
Raw Normal View History

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