Sign in
fuchsia
/
third_party
/
rust
/
0.4
/
.
/
src
/
test
/
run-pass
/
foreign-src
/
foreign.rs
blob: b8ecacaa695968d7fad701a3bb63bbe168cdc524 [
file
] [
log
] [
blame
]
// -*- rust -*-
fn
main
()
{
libc
.
puts
(
rustrt
.
str_buf
(
"hello, extern world 1"
));
libc
.
puts
(
rustrt
.
str_buf
(
"hello, extern world 2"
));
libc
.
puts
(
rustrt
.
str_buf
(
"hello, extern world 3"
));
}