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