DEBSOURCES
Skip Quicknav
sources / mojoshader / 0.0~hg1314%2Bdfsg-1.1 / unit_tests / preprocessor / output / concat-operator-two-macros-with-args
1234
#define y(a) a #define x(a) y(a)##y(a) x(RIGHT)