7 lines
87 B
Rust
7 lines
87 B
Rust
// Regression test for issue 90013.
|
|
//@ check-pass
|
|
|
|
fn main() {
|
|
const { || {} };
|
|
}
|