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

const bits: T = 64 as T;