summary refs log tree commit diff
path: root/src/test/auxiliary/foreign_lib.rs
blob: ff4bb5266eca2ce98cbc90c7f8cb0f290b175b57 (plain)
1
2
3
4
5
#[link(name="foreign_lib", vers="0.0")];

extern mod rustrt {
    fn last_os_error() -> str;
}