-include ../tools.mk

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