5 lines
78 B
Rust
5 lines
78 B
Rust
// pretty-expanded FIXME #23616
|
|
|
|
pub fn main() {
|
|
let ((),()) = ((),());
|
|
}
|