]> git.lizzy.rs Git - rust.git/blob - tests/ui/super-fast-paren-parsing.rs
Rollup merge of #103236 - tspiteri:redoc-int-adc-sbb, r=m-ou-se
[rust.git] / tests / ui / super-fast-paren-parsing.rs
1 // run-pass
2
3 #![allow(unused_parens)]
4 #![allow(non_upper_case_globals)]
5 #![allow(dead_code)]
6 // exec-env:RUST_MIN_STACK=16000000
7 // rustc-env:RUST_MIN_STACK=16000000
8 //
9 // Big stack is needed for pretty printing, a little sad...
10
11 static a: isize =
12 (((((((((((((((((((((((((((((((((((((((((((((((((((
13 (((((((((((((((((((((((((((((((((((((((((((((((((((
14 (((((((((((((((((((((((((((((((((((((((((((((((((((
15 (((((((((((((((((((((((((((((((((((((((((((((((((((
16 (((((((((((((((((((((((((((((((((((((((((((((((((((
17 1
18 )))))))))))))))))))))))))))))))))))))))))))))))))))
19 )))))))))))))))))))))))))))))))))))))))))))))))))))
20 )))))))))))))))))))))))))))))))))))))))))))))))))))
21 )))))))))))))))))))))))))))))))))))))))))))))))))))
22 )))))))))))))))))))))))))))))))))))))))))))))))))))
23 ;
24
25 pub fn main() {}