summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-7272.rs
blob: 57ab6ca14f86a3608ee7f0b202e3767480b5209f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// 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!");
    || "}{";
}