blob: 5a6f7c45bd284cde6111e1b66b95d70b1e6d8f69 [file] [log] [blame]
#![crate_type = "cdylib"]
#[no_mangle]
pub extern fn foo() -> u32 {
3
}