blob: f229c0f7c26cfe781c587763d806dc9366e71722 [file] [log] [blame]
// build-pass (FIXME(62277): could be check-pass?)
// pretty-expanded FIXME #23616
pub type BigRat<T = isize> = T;
fn main() {}