rust/src/test/run-pass/cfg-family.rs

7 lines
57 B
Rust
Raw Normal View History

#[cfg(windows)]
fn main() {
}
#[cfg(unix)]
fn main() {
}