Add test for ROOT-6531.

This commit is contained in:
Axel Naumann 2015-02-22 00:03:15 +01:00 committed by sftnight
parent faf2b44a0d
commit 18437175a8

View File

@ -16,3 +16,5 @@ extern "C" int printf(const char* fmt, ...);
void cppmacros() {
MYMACRO("PARAM"); // CHECK: string:PARAM
}
#pragma clang diagnostic ignored "-Wkeyword-compat" // ROOT-6531