git/t/t4018/rust-macro-rules

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