Sign in
rust
/
rust
/
400a96e441bf6f11250eb4e21b842b06ba01d45c
/
.
/
tests
/
ui
/
foreign
/
foreign-src
/
foreign.rs
blob: 92a127e8cccfa941da41b07e7cea14712dfc4a44 [
file
]
//@ run-pass
pub
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"
));
}