blob: 00f90cc73b344489e10765116834215a7212ce71 [file] [log] [blame]
macro_rules! x {
($($c:tt)*) => {
$($c)รถ* {} //~ ERROR missing condition for `if` expression
}; //~| ERROR mismatched types
}
fn main() {
x!(if);
}