2019-07-26 21:54:25 +00:00
|
|
|
//@ run-pass
|
|
|
|
|
2020-02-01 23:30:52 +00:00
|
|
|
#![allow(unused_parens)]
|
2018-09-14 10:20:28 +00:00
|
|
|
#![allow(non_upper_case_globals)]
|
|
|
|
#![allow(dead_code)]
|
2024-05-19 23:11:46 +00:00
|
|
|
#![cfg_attr(rustfmt, rustfmt::skip)]
|
2014-05-11 05:02:59 +00:00
|
|
|
|
2015-03-26 00:06:52 +00:00
|
|
|
static a: isize =
|
2014-01-19 08:00:39 +00:00
|
|
|
(((((((((((((((((((((((((((((((((((((((((((((((((((
|
|
|
|
(((((((((((((((((((((((((((((((((((((((((((((((((((
|
|
|
|
(((((((((((((((((((((((((((((((((((((((((((((((((((
|
|
|
|
(((((((((((((((((((((((((((((((((((((((((((((((((((
|
|
|
|
(((((((((((((((((((((((((((((((((((((((((((((((((((
|
|
|
|
1
|
|
|
|
)))))))))))))))))))))))))))))))))))))))))))))))))))
|
|
|
|
)))))))))))))))))))))))))))))))))))))))))))))))))))
|
|
|
|
)))))))))))))))))))))))))))))))))))))))))))))))))))
|
|
|
|
)))))))))))))))))))))))))))))))))))))))))))))))))))
|
|
|
|
)))))))))))))))))))))))))))))))))))))))))))))))))))
|
|
|
|
;
|
|
|
|
|
|
|
|
pub fn main() {}
|