pub mod a { pub mod b { pub mod c { pub use teto::TestToken; } } } #[teto::test] fn basic_test(_token: a::b::c::TestToken) {}