Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
run-pass
/
foreign.rc
blob: 18993397002b354a6cf0304ef34fd0f3979026e7 [
file
] [
log
] [
blame
]
// xfail-test
// -*- rust -*-
native
"cdecl"
mod
rustrt
{
fn
str_buf
(
str s
)
->
int
;
}
native
mod
libc
=
target_libc
{
fn
puts
(
int s
)
->
();
}
mod
user
=
"native-src/native.rs"
;