]> git.ipfire.org Git - thirdparty/git.git/blob - t/t4018/rust-macro-rules
Merge branch 'mt/do-not-use-scld-in-working-tree'
[thirdparty/git.git] / t / t4018 / rust-macro-rules
1 macro_rules! RIGHT {
2 () => {
3 // a comment
4 let x = ChangeMe;
5 };
6 }