]> git.lizzy.rs Git - rust.git/blob - src/test/ui/cfg/crt-static-on-works.rs
Add 'compiler/rustc_smir/' from commit '9abcb5c7b574cf316eb23d3f469187bb86ba3019'
[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() {}