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:
Johannes Sixt
2014-03-21 22:07:20 +01:00
committed by Junio C Hamano
parent ad5070fb36
commit 02907a08cc
9 changed files with 55 additions and 0 deletions

View File

@ -0,0 +1,4 @@
void RIGHT (void)
{
ChangeMe;
}