1
2
3
4
5
extern crate crusadertest1;

pub fn foo() {
    crusadertest1::test();
}