]> git.lizzy.rs Git - rust.git/blob - tests/run-make-fulldeps/issue-18943/Makefile
Rollup merge of #107740 - oli-obk:lock_tcx, r=petrochenkov
[rust.git] / tests / run-make-fulldeps / issue-18943 / Makefile
1 include ../tools.mk
2
3 # Regression test for ICE #18943 when compiling as lib
4
5 all:
6         $(RUSTC) foo.rs --crate-type lib
7         $(call REMOVE_RLIBS,foo) && exit 0 || exit 1