4 lines
72 B
Rust
Raw Normal View History

2012-11-28 15:24:39 -08:00
mod inst {
pub type T = i16;
pub const bits: uint = u16::bits;
}