1 // This should fail with a version mismatch. 2 uniffi::assert_compatible_version!("0.0.1"); // An error message would go here. 3 main()4 fn main() {} 5