6 lines
89 B
Text
6 lines
89 B
Text
macro_rules! RIGHT {
|
|
() => {
|
|
// a comment
|
|
let x = ChangeMe;
|
|
};
|
|
}
|