1
 2
 3
 4
 5
 6
 7
 8
 9
10
extern crate ustulation_test0;

pub fn bar() {
    ustulation_test0::foo();
}

#[test]
fn call_ustulation_test0() {
    ustulation_test0::foo();
}