]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/unsafe-mod.rs
Merge commit 'e36a20c24f35a4cee82bbdc600289104c9237c22' into ra-sync-and-pms-component
[rust.git] / src / tools / rustfmt / tests / target / unsafe-mod.rs
1 // These are supported by rustc syntactically but not semantically.
2
3 #[cfg(any())]
4 unsafe mod m {}
5
6 #[cfg(any())]
7 unsafe extern "C++" {}