Skip to content

Commit 6077647

Browse files
author
Margaret Meyerhofer
committed
Added a test for #! comments
1 parent 3177286 commit 6077647

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/test/run-pass/shebang.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env rustx
2+
// pp-exact
3+
4+
import io::println;
5+
6+
fn main() { io::println("Hello World"); }

0 commit comments

Comments
 (0)