mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			790 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			790 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// run-pass
 | 
						|
 | 
						|
#![allow(unused_parens)]
 | 
						|
#![allow(non_upper_case_globals)]
 | 
						|
#![allow(dead_code)]
 | 
						|
// exec-env:RUST_MIN_STACK=16000000
 | 
						|
// rustc-env:RUST_MIN_STACK=16000000
 | 
						|
//
 | 
						|
// Big stack is needed for pretty printing, a little sad...
 | 
						|
 | 
						|
static a: isize =
 | 
						|
(((((((((((((((((((((((((((((((((((((((((((((((((((
 | 
						|
(((((((((((((((((((((((((((((((((((((((((((((((((((
 | 
						|
(((((((((((((((((((((((((((((((((((((((((((((((((((
 | 
						|
(((((((((((((((((((((((((((((((((((((((((((((((((((
 | 
						|
(((((((((((((((((((((((((((((((((((((((((((((((((((
 | 
						|
1
 | 
						|
)))))))))))))))))))))))))))))))))))))))))))))))))))
 | 
						|
)))))))))))))))))))))))))))))))))))))))))))))))))))
 | 
						|
)))))))))))))))))))))))))))))))))))))))))))))))))))
 | 
						|
)))))))))))))))))))))))))))))))))))))))))))))))))))
 | 
						|
)))))))))))))))))))))))))))))))))))))))))))))))))))
 | 
						|
;
 | 
						|
 | 
						|
pub fn main() {}
 |