blob: 026ebb4233dfd4b8fad348cb8a9ce4012cbd2a95 [file] [log] [blame]
#![feature(export_stable)]
#![crate_type = "sdylib"]
#[export_stable]
pub extern "C" fn foo(x: i32) -> i32 { x }