blob: 4debc74790543f53ea8869869318fff5bd7da873 [file] [log] [blame]
macro_rules! failed {
() => {{
let x = 5 ""; //~ ERROR found `""`
}}
}
fn main() {
failed!();
}