Home
last modified time | relevance | path

Searched refs:CONCAT2 (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dclang_fortify_tests.cpp100 #define CONCAT2(x, y) x##y macro
101 #define CONCAT(x, y) CONCAT2(x, y)