summaryrefslogtreecommitdiffstats
path: root/tests/run-make/issue-64153/downstream.rs
blob: e03704665d46c40d1f840b37d3843e1c61ad5a42 (plain)
1
2
3
4
5
6
extern crate upstream;

#[no_mangle]
pub extern "C" fn foo() {
    print!("1 + 1 = {}", upstream::issue64153_test_function(1));
}