DEBSOURCES
Skip Quicknav
sources / mojoshader / 0.0~hg1314%2Bdfsg-1.1 / unit_tests / preprocessor / output / stringify-operator-indirect
1234567
// Should produce RIGHT and not WRONG. #define WRONG RIGHT #define STRINGIFY2(x) #x #define STRINGIFY(x) STRINGIFY2(x) STRINGIFY(WRONG)