mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 06:46:18 +00:00
7 lines
87 B
Rust
7 lines
87 B
Rust
// Regression test for issue 90013.
|
|
//@ check-pass
|
|
|
|
fn main() {
|
|
const { || {} };
|
|
}
|