1 2 3 4 5 6 7 8
//You should be able to create a module of the same name as a builtin type mod i32 { } fn main() -> isize { 0 }