Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
ui
/
cfg
/
crt-static-on-works.rs
blob: 13b7d4bc5199559e0c09500fe231aee84d9b6b78 [
file
] [
log
] [
blame
] [
edit
]
//@ run-pass
//@ compile-flags:-C target-feature=+crt-static
//@ only-msvc
#[
cfg
(
target_feature
=
"crt-static"
)]
fn
main
()
{}