We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3177286 commit 6077647Copy full SHA for 6077647
src/test/run-pass/shebang.rs
@@ -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