about summary refs log tree commit diff
path: root/tests/ui/cfg/crt-static-on-works.rs
blob: 13b7d4bc5199559e0c09500fe231aee84d9b6b78 (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() {}