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

8 lines
163 B
Makefile

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