]> git.lizzy.rs Git - rust.git/blob - src/test/ui/cfg/crt-static-on-works.rs
Merge commit '7248d06384c6a90de58c04c1f46be88821278d8b' into sync-from-clippy
[rust.git] / src / test / ui / cfg / crt-static-on-works.rs
1 // run-pass
2 // compile-flags:-C target-feature=+crt-static
3 // only-msvc
4
5 #[cfg(target_feature = "crt-static")]
6 fn main() {}