blob: ccc8d48d4cc3ea8877a8864f5c7d2947ef1971fd [file] [log] [blame] [edit]
macro_rules! lexes {($($_:tt)*) => {}}
lexes!(🐛#); //~ ERROR identifiers cannot contain emoji
lexes!(🐛"foo");
lexes!(🐛'q');
lexes!(🐛'q);
fn main() {}