mirror of https://github.com/rust-lang/rust
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() {}
|