]> git.lizzy.rs Git - rust.git/blob - src/test/ui/super-fast-paren-parsing.rs
Rollup merge of #63034 - tmandry:reduce-generator-size-regressions, r=cramertj
[rust.git] / src / test / ui / super-fast-paren-parsing.rs
1 // run-pass
2
3 #![allow(non_upper_case_globals)]
4 #![allow(dead_code)]
5 // exec-env:RUST_MIN_STACK=16000000
6 // rustc-env:RUST_MIN_STACK=16000000
7 //
8 // Big stack is needed for pretty printing, a little sad...
9
10 static a: isize =
11 (((((((((((((((((((((((((((((((((((((((((((((((((((
12 (((((((((((((((((((((((((((((((((((((((((((((((((((
13 (((((((((((((((((((((((((((((((((((((((((((((((((((
14 (((((((((((((((((((((((((((((((((((((((((((((((((((
15 (((((((((((((((((((((((((((((((((((((((((((((((((((
16 1
17 )))))))))))))))))))))))))))))))))))))))))))))))))))
18 )))))))))))))))))))))))))))))))))))))))))))))))))))
19 )))))))))))))))))))))))))))))))))))))))))))))))))))
20 )))))))))))))))))))))))))))))))))))))))))))))))))))
21 )))))))))))))))))))))))))))))))))))))))))))))))))))
22 ;
23
24 pub fn main() {}