1 extern crate test_crate;
2 
3 #[test_crate::multiple_tokens]
4 type T = ();
5 
mainnull6 fn main() {}