rust/src/test/run-pass/extern-pub.rs
2013-08-02 21:57:59 -07:00

7 lines
55 B
Rust

extern {
pub fn free(p: *u8);
}
pub fn main() {
}