mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-15 08:18:44 +00:00
23 lines
692 B
Rust
23 lines
692 B
Rust
//@ run-pass
|
|
|
|
#![allow(unused_parens)]
|
|
#![allow(non_upper_case_globals)]
|
|
#![allow(dead_code)]
|
|
#![cfg_attr(rustfmt, rustfmt::skip)]
|
|
|
|
static a: isize =
|
|
(((((((((((((((((((((((((((((((((((((((((((((((((((
|
|
(((((((((((((((((((((((((((((((((((((((((((((((((((
|
|
(((((((((((((((((((((((((((((((((((((((((((((((((((
|
|
(((((((((((((((((((((((((((((((((((((((((((((((((((
|
|
(((((((((((((((((((((((((((((((((((((((((((((((((((
|
|
1
|
|
)))))))))))))))))))))))))))))))))))))))))))))))))))
|
|
)))))))))))))))))))))))))))))))))))))))))))))))))))
|
|
)))))))))))))))))))))))))))))))))))))))))))))))))))
|
|
)))))))))))))))))))))))))))))))))))))))))))))))))))
|
|
)))))))))))))))))))))))))))))))))))))))))))))))))))
|
|
;
|
|
|
|
pub fn main() {}
|