Home
last modified time | relevance | path

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

/llvm-project/clang/test/Modules/Inputs/invalidate-identifiers/
H A Da.h14 #define DEPTH_A(x) DEPTH_B(x##0) DEPTH_B(x##1) TYPEDEFS(x)
15 #define DEPTH_B(x) typedef int x; macro