mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-27 12:17:37 +00:00
7 lines
174 B
Rust
7 lines
174 B
Rust
// Regression test for #62894, shouldn't crash.
|
|
//@ error-pattern: this file contains an unclosed delimiter
|
|
|
|
fn f() { assert_eq!(f(), (), assert_eq!(assert_eq!
|
|
|
|
fn main() {}
|