summary refs log tree commit diff
path: root/tests/ui/numbers-arithmetic/uint.rs
blob: c64361c2726c7d43ff7e13b35911597ec8389062 (plain)
1
2
3
4
5
6
7
//@ run-pass



//@ pretty-expanded FIXME #23616

pub fn main() { let _x: usize = 10 as usize; }