Home | History | Annotate | Download | only in test

Lines Matching refs:xglue

51 #define xglue(x, y) x ## y
52 #define glue(x, y) xglue(x, y)