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

const bits: T = 8 as T;