mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 06:34:22 +00:00
7 lines
127 B
Rust
7 lines
127 B
Rust
//@ run-pass
|
|
//@ compile-flags:-C target-feature=+crt-static
|
|
//@ only-msvc
|
|
|
|
#[cfg(target_feature = "crt-static")]
|
|
fn main() {}
|