1 2 3 4 5 6 7 8 9
use interoptopus::ffi; #[ffi(module = "foo")] fn foo1() {} #[ffi(module = common)] fn foo2() {} fn main() {}