blob: a13ae7f9616bf48c6bf7139bbafe4428d88923a0 [file] [log] [blame]
//@ build-pass
//@ ignore-wasm32 no bare family
//@ ignore-sgx
#[cfg(windows)]
pub fn main() {
}
#[cfg(unix)]
pub fn main() {
}