mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-18 03:25:55 +00:00
10 lines
201 B
Rust
10 lines
201 B
Rust
// 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"));
|
|
}
|