mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			280 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			280 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| //@ only-apple
 | |
| //@ compile-flags: --print deployment-target
 | |
| //@ normalize-stdout: "\w*_DEPLOYMENT_TARGET" -> "$$OS_DEPLOYMENT_TARGET"
 | |
| //@ normalize-stdout: "\d+\." -> "$$CURRENT_MAJOR_VERSION."
 | |
| //@ normalize-stdout: "\d+" -> "$$CURRENT_MINOR_VERSION"
 | |
| //@ check-pass
 | |
| 
 | |
| fn main() {}
 | 
