Sign in
android
/
toolchain
/
rustc
/
d720b3f2ba07cb42ff7b311589c99daefe3aaa22
/
.
/
tests
/
run-make-fulldeps
/
no-intermediate-extras
/
Makefile
blob: 4116aac1b8f0b165a1a7ef44291a3449edc4f6ef [
file
]
# Regression test for issue #10973
include
../
tools
.
mk
all
:
$
(
RUSTC
)
--
crate
-
type
=
rlib
--
test foo
.
rs
rm $
(
TMPDIR
)/
foo
.
bc
&&
exit
1
||
exit
0