1 2 3 4 5 6 7 8
#[abi = "cdecl"] native mod rustrt { fn unsupervise(); } fn main() { let _foo = rustrt::unsupervise; }