mirror of
https://github.com/git/git.git
synced 2024-11-27 03:53:55 +08:00
a04c7e0f1b
Signed-off-by: Konrad Borowski <konrad@borowski.pw> Signed-off-by: Junio C Hamano <gitster@pobox.com>
7 lines
89 B
Plaintext
7 lines
89 B
Plaintext
macro_rules! RIGHT {
|
|
() => {
|
|
// a comment
|
|
let x = ChangeMe;
|
|
};
|
|
}
|