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