DEBSOURCES
Skip Quicknav
sources / mojoshader / 0.0~hg1314%2Bdfsg-1.1 / unit_tests / preprocessor / output / concat-operator-define-override
123456
// This should produce "RIGHT" and not "WRONG" #define RI WR #define GHT ONG #define REPLACE(RI, GHT) RI##GHT REPLACE(RI, GHT)