aboutsummaryrefslogtreecommitdiff
path: root/test cases/rust/17 staticlib link staticlib/branch.rs
blob: 29e1cd0c25fc79c5c5918a336130d5ecbeb7442f (plain)
1
2
3
4
#[no_mangle]
pub extern "C" fn what_have_we_here() -> i32 {
    leaf::HOW_MANY * leaf::HOW_MANY
}