2024-05-27 15:17:18 +02:00
|
|
|
//@ only-apple
|
2022-12-05 23:15:16 -06:00
|
|
|
//@ compile-flags: --print deployment-target
|
2024-11-14 17:43:52 +01:00
|
|
|
//@ normalize-stdout-test: "\w*_DEPLOYMENT_TARGET" -> "$$OS_DEPLOYMENT_TARGET"
|
2022-12-05 23:15:16 -06:00
|
|
|
//@ normalize-stdout-test: "\d+\." -> "$$CURRENT_MAJOR_VERSION."
|
|
|
|
//@ normalize-stdout-test: "\d+" -> "$$CURRENT_MINOR_VERSION"
|
|
|
|
//@ check-pass
|
|
|
|
|
|
|
|
fn main() {}
|