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