rust/src/test/run-pass/cfg-family.rs
2012-06-06 23:39:09 -07:00

7 lines
57 B
Rust

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