summaryrefslogtreecommitdiffstats
path: root/tests/run-make/compile-stdin/Makefile
blob: 2a495281c247fed5ac273170841cb31d18de5ad8 (plain)
1
2
3
4
5
6
# ignore-cross-compile
include ../tools.mk

all:
	echo 'fn main(){}' | $(RUSTC) -
	$(call RUN,rust_out)