]> git.lizzy.rs Git - rust.git/blob - tests/ui/parser/shebang/valid-shebang.rs
Rollup merge of #106798 - scottmcm:signum-via-cmp, r=Mark-Simulacrum
[rust.git] / tests / ui / parser / shebang / valid-shebang.rs
1 #!/usr/bin/env run-cargo-script
2
3 // check-pass
4 fn main() {
5     println!("Hello World!");
6 }