1 extern crate test_crate;
2 use test_crate::*;
3 
4 unrelated_panic!();
5 
mainnull6 fn main() {}
7