t4018: test cases for the built-in cpp pattern
A later patch changes the built-in cpp pattern. These test cases demonstrate aspects of the pattern that we do not want to change. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
ad5070fb36
commit
02907a08cc
4
t/t4018/cpp-void-c-function
Normal file
4
t/t4018/cpp-void-c-function
Normal file
@ -0,0 +1,4 @@
|
||||
void RIGHT (void)
|
||||
{
|
||||
ChangeMe;
|
||||
}
|
Reference in New Issue
Block a user