Added a test for #! comments

This commit is contained in:
Margaret Meyerhofer 2012-05-22 18:03:26 -07:00
parent 3177286a24
commit 6077647878

View File

@ -0,0 +1,6 @@
#!/usr/bin/env rustx
// pp-exact
import io::println;
fn main() { io::println("Hello World"); }