The sixth batch
[git/gitster.git] / t / t4018 / rust-macro-rules
blobec610c5b62b8e42be5deef05a7a487baadb71e8d
1 macro_rules! RIGHT {
2     () => {
3         // a comment
4         let x = ChangeMe;
5     };