blob: 9fb7c7669219d2007fa7aa8a3770b52b7d401f2f [file] [log] [blame]
// run-pass
// pretty-expanded FIXME #23616
// ignore-cloudabi no target_family
// ignore-wasm32-bare no target_family
// ignore-sgx
#[cfg(windows)]
pub fn main() {
}
#[cfg(unix)]
pub fn main() {
}