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