mirror of
https://github.com/git/git.git
synced 2024-10-31 22:37:54 +01:00
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>
5 lines
59 B
Text
5 lines
59 B
Text
template<class T> int RIGHT(T arg)
|
|
{
|
|
ChangeMe;
|
|
broken;
|
|
}
|