mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			174 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			174 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
// Test for the basic function of parallel front end
 | 
						|
//
 | 
						|
//@ compile-flags: -Z threads=8
 | 
						|
//@ run-pass
 | 
						|
//@ compare-output-by-lines
 | 
						|
 | 
						|
fn main() {
 | 
						|
    println!("Hello world!");
 | 
						|
}
 |