4 lines
83 B
Rust
4 lines
83 B
Rust
|
#[cfg(not(sanitize = "thread"))]
|
||
|
//~^ `cfg(sanitize)` is experimental
|
||
|
fn main() {}
|