rust/tests/target/unsafe-mod.rs
2020-09-23 00:45:18 -05:00

8 lines
137 B
Rust

// These are supported by rustc syntactically but not semantically.
#[cfg(any())]
unsafe mod m {}
#[cfg(any())]
unsafe extern "C++" {}