mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-17 04:40:38 +00:00
12 lines
130 B
Rust
12 lines
130 B
Rust
//@ build-pass
|
|
//@ ignore-wasm32 no bare family
|
|
//@ ignore-sgx
|
|
|
|
#[cfg(windows)]
|
|
pub fn main() {
|
|
}
|
|
|
|
#[cfg(unix)]
|
|
pub fn main() {
|
|
}
|