blob: 70122a5258028c45add3679c5352c3595dffb478 [file] [log] [blame]
//@ 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() {}