Sign in
chromium
/
external
/
github.com
/
rust-lang
/
rust
/
433da1fc047bb39a263eefca4bdb2b1972f1d2ce
/
.
/
tests
/
run-make
/
extern-fn-struct-passing-abi
/
Makefile
blob: 4f5d026f213f282dfc24a32484b2110bf6e36ffd [
file
] [
log
] [
blame
]
include
../
tools
.
mk
all
:
$
(
call NATIVE_STATICLIB
,
test
)
$
(
RUSTC
)
test
.
rs
$
(
call RUN
,
test
)
||
exit
1