Skip to content

Commit 8a4bfbb

Browse files
committed
Add a test that rustc can compile standard input
1 parent 54f7b1d commit 8a4bfbb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-include ../tools.mk
2+
3+
all:
4+
echo 'fn main(){}' | $(RUSTC) -
5+
$(call RUN,rust_out)

0 commit comments

Comments
 (0)