One binary format language to rule them all, One binary format language to find them, One binary format language to bring them all and in the darkness bind them.
usecrate::*;#[test]fntest_ffi_type(){parse(r#"
import_ffi test as type;
"#,).unwrap();}#[test]fntest_ffi_transform(){parse(r#"
import_ffi test as transform;
"#,).unwrap();}