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