summaryrefslogtreecommitdiffstats
path: root/src/test/ui/foreign/foreign-src/foreign.rs
blob: 47016ad6ce72b1edaae8d36f945b0442e05d226b (plain)
1
2
3
4
5
6
7
8
9
// 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"));
}