2018-08-30 14:18:55 +02:00
|
|
|
//@ run-pass
|
2012-07-03 16:11:00 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2013-02-01 19:43:17 -08:00
|
|
|
pub fn main() {
|
2012-07-03 16:11:00 -07:00
|
|
|
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"));
|
|
|
|
|
}
|