Add a test that rustc can compile standard input

This commit is contained in:
William Throwe
2015-10-01 23:25:48 -04:00
parent 54f7b1d455
commit 8a4bfbb1c6
+5
View File
@@ -0,0 +1,5 @@
-include ../tools.mk
all:
echo 'fn main(){}' | $(RUSTC) -
$(call RUN,rust_out)