summary refs log tree commit diff
path: root/src/libcore/int-template/i32.rs
blob: 151f3582586243fa28e4c61b115e90f671d1e54d (plain)
1
2
3
type T = i32;

const bits: T = 32 as T;