rust/src/test/run-pass/shebang.rs

5 lines
76 B
Rust

#!/usr/bin/env rustx
// pp-exact
fn main() { io::println("Hello World"); }