Done with ```bash sd '//@ pretty-expanded.*\n' '' tests/ui/**/*.rs ``` and ``` sd '//@pretty-expanded.*\n' '' tests/ui/**/*.rs ```
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() {
|
|
}
|