Added a test for #! comments
This commit is contained in:
parent
3177286a24
commit
6077647878
6
src/test/run-pass/shebang.rs
Normal file
6
src/test/run-pass/shebang.rs
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
#!/usr/bin/env rustx
|
||||||
|
// pp-exact
|
||||||
|
|
||||||
|
import io::println;
|
||||||
|
|
||||||
|
fn main() { io::println("Hello World"); }
|
Loading…
Reference in New Issue
Block a user