blob: 198a25e896425098807f01d6332e349688b3f8e5 [file] [log] [blame]
//@ check-pass
pub type BigRat<T = isize> = T;
fn main() {}