Home | History | Annotate | Download | only in test

Lines Matching refs:xglue

41 #define xglue(x, y) x ## y
42 #define glue(x, y) xglue(x, y)