7 lines
95 B
Rust
7 lines
95 B
Rust
// compile-pass
|
|
// pretty-expanded FIXME #23616
|
|
|
|
pub type BigRat<T = isize> = T;
|
|
|
|
fn main() {}
|