mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 14:23:24 +00:00
10 lines
202 B
Rust
10 lines
202 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"));
|
|
}
|