summary refs log tree commit diff
path: root/src/libcore/int-template/i32.rs
blob: 6545eaffdac921984278079333ec8fedb6a610da (plain)
1
2
pub type T = i32;
pub const bits: uint = u32::bits;