Searched refs:TEST_CONCAT1 (Results 1 – 1 of 1) sorted by relevance
14 #define TEST_CONCAT1(X, Y) X##Y macro15 #define TEST_CONCAT(X, Y) TEST_CONCAT1(X, Y)