about summary refs log tree commit diff
path: root/src/tools/clippy/tests/ui/crashes/ice-7272.rs
blob: e1910096418b8d29176a6bf001b0c76d743b0006 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//@ check-pass
//@aux-build:ice-7272-aux.rs

#![allow(clippy::no_effect)]

extern crate ice_7272_aux;

use ice_7272_aux::*;

pub fn main() {
    || WARNING!("Style changed!");
    || "}{";
}