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