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