DEBSOURCES
Skip Quicknav
sources / mojoshader / 0.0~hg1314%2Bdfsg-1.1 / unit_tests / preprocessor / output / concat-operator-multiple
1234
/* This should produce "RIGHT" instead of "RI ## G ## HT" */ #define x(a,b) a##G##b x(RI, HT)