blob: 47016ad6ce72b1edaae8d36f945b0442e05d226b [file] [log] [blame]
// 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"));
}