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