mod a { mod b { type t = int; fn foo() { let t x = 10; } } } fn main() { }