about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/crashes/ice-7934.rs
blob: c7a8d68d63b625419471e0ae4495c6c0ac697dbe (plain)
1
2
3
4
5
6
7
8
9
//@ check-pass

#![warn(clippy::undocumented_unsafe_blocks)]
#![allow(clippy::no_effect)]

#[path = "auxiliary/ice-7934-aux.rs"]
mod zero;

fn main() {}