9cc444f057
Most of the tests show C++ code, but there is also a union definition and a GNU style function definition that are not recognized. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
6 lines
59 B
Plaintext
6 lines
59 B
Plaintext
template<class T> int RIGHT(T arg)
|
|
{
|
|
ChangeMe;
|
|
broken;
|
|
}
|