Sign in
android
/
toolchain
/
rustc
/
635618df8991b8a005e435895ea0b1eee7e3faf0
/
.
/
tests
/
run-make
/
issue-18943
/
Makefile
blob: fc40d756d6f21650a7e641741638a4be60bfecb4 [
file
]
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