#[link(name = "get_task_id")]; extern mod rustrt { fn get_task_id() -> int; } fn main() { }