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

const bits: T = 16 as T;