blob: 272fcfe3b5b5901e2548da437cde5b5656cd6f3a [file] [log] [blame]
#![allow(stable_features)]
// compile-flags:-C target-feature=+crt-static -Z unstable-options
#![feature(cfg_target_feature)]
#[cfg(target_feature = "crt-static")]
fn main() {}