blob: 2a495281c247fed5ac273170841cb31d18de5ad8 [file] [log] [blame]
# ignore-cross-compile
include ../tools.mk
all:
echo 'fn main(){}' | $(RUSTC) -
$(call RUN,rust_out)