aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/rust/compile/issue-3315-1.rs
blob: 07581dab117044e48f942d71b426ae8ecb73251e (plain)
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
}