Sign in
android
/
toolchain
/
rustc
/
2f3fdfeb95384b9046ea35b3532e23c652eca660
/
.
/
src
/
test
/
ui
/
crt-static-on-works.rs
blob: f89d1edd6586a015f757d692d38f6c2ce748d446 [
file
] [
log
] [
blame
]
// run-pass
// compile-flags:-C target-feature=+crt-static
// only-msvc
#[
cfg
(
target_feature
=
"crt-static"
)]
fn
main
()
{}