mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-08 09:38:26 +03:00
Add test case
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
fn zero() {
|
||||
unsafe { 0 };
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
#![warn(clippy::undocumented_unsafe_blocks)]
|
||||
|
||||
#[path = "auxiliary/ice-7868-aux.rs"]
|
||||
mod zero;
|
||||
|
||||
fn main() {}
|
||||
Reference in New Issue
Block a user