summaryrefslogtreecommitdiffstats
path: root/src/test/run-make-fulldeps/issue-18943/Makefile
blob: bef70a0edaab9b566487179c6aed08f52312d052 (plain)
1
2
3
4
5
6
7
-include ../tools.mk

# Regression test for ICE #18943 when compiling as lib

all:
	$(RUSTC) foo.rs --crate-type lib
	$(call REMOVE_RLIBS,foo) && exit 0 || exit 1