summaryrefslogtreecommitdiffstats
path: root/tests/run-make/no-intermediate-extras/Makefile
blob: 83b5cedcf2a65c81196821e8102458af2c7576a7 (plain)
1
2
3
4
5
6
7
8
# ignore-cross-compile
# Regression test for issue #10973

include ../tools.mk

all:
	$(RUSTC) --crate-type=rlib --test foo.rs
	rm $(TMPDIR)/foo.bc && exit 1 || exit 0