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;
|
|
};
|
|
}
|