blob: bdd9c2569545a8d517a74ac48f289f31dd563ade [file] [log] [blame] [edit]
macro_rules!test{($l:expr,$_:r)=>({const:y y)}
//~^ ERROR mismatched closing delimiter: `)`
fn s(){test!(1,i)}
fn main() {}