For example: ```rust macro_rules! foo { ($int_ty:ty) => { // ^^^^^^ help: convert the identifier to upper camel case: `IntTy` <$int_ty>::max_value() }; } const BAR: u32 = foo!(u32); ```