Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
deployment-target
/
macos-target.rs
blob: 197edd024746e2116ed53550b83ab0c888252460 [
file
] [
log
] [
blame
] [
edit
]
//@ only-apple
//@ compile-flags: --print deployment-target
//@ normalize-stdout-test: "\d+\." -> "$$CURRENT_MAJOR_VERSION."
//@ normalize-stdout-test: "\d+" -> "$$CURRENT_MINOR_VERSION"
//@ check-pass
fn
main
()
{}