summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/tests/ui/crashes/ice-10148.rs
blob: 0df22f41374f10c40d134bac21637848d68b60e8 (plain)
1
2
3
4
5
6
7
8
9
//@aux-build:../auxiliary/proc_macros.rs:proc-macro

extern crate proc_macros;

use proc_macros::with_span;

fn main() {
    println!(with_span!(""something ""));
}