]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/tests/ui/crashes/ice-3741.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / src / tools / clippy / tests / ui / crashes / ice-3741.rs
1 // aux-build:proc_macro_crash.rs
2
3 #![warn(clippy::suspicious_else_formatting)]
4
5 extern crate proc_macro_crash;
6 use proc_macro_crash::macro_test;
7
8 fn main() {
9     macro_test!(2);
10 }