1 extern crate test_crate; 2 use test_crate::*; 3 4 explicit_span_range!(one, two, three, four); 5 main()6 fn main() {} 7