summaryrefslogtreecommitdiffstats
path: root/src/test/ui/cfg/crt-static-on-works.rs
blob: f89d1edd6586a015f757d692d38f6c2ce748d446 (plain)
1
2
3
4
5
6
// run-pass
// compile-flags:-C target-feature=+crt-static
// only-msvc

#[cfg(target_feature = "crt-static")]
fn main() {}