1 2 3 4 5 6 7 8
use externref_macro::externref; #[externref(stubs)] pub extern "C" fn bogus() { // Do nothing } fn main() {}