]> git.proxmox.com Git - rustc.git/blame - tests/run-make/issue-18943/Makefile
Merge 1.70 into proxmox/bookworm
[rustc.git] / tests / run-make / issue-18943 / Makefile
CommitLineData
f2b60f7d 1include ../tools.mk
d9579d0f
AL
2
3# Regression test for ICE #18943 when compiling as lib
4
5all:
6 $(RUSTC) foo.rs --crate-type lib
7 $(call REMOVE_RLIBS,foo) && exit 0 || exit 1