macro_rules! RIGHT {
    () => {
        // a comment
        let x = ChangeMe;
    };
}