rustc/tests/run-make/compile-stdin/Makefile
2023-09-14 08:56:40 +02:00

7 lines
104 B
Makefile

# ignore-cross-compile
include ../tools.mk
all:
echo 'fn main(){}' | $(RUSTC) -
$(call RUN,rust_out)