1 2 3 4 5 6 7 8 9 10 11
//@ build-pass //@ ignore-wasm32 no bare family //@ ignore-sgx #[cfg(windows)] pub fn main() { } #[cfg(unix)] pub fn main() { }