DEBSOURCES
Skip Quicknav
sources / mojoshader / 0.0~hg1314%2Bdfsg-1.1 / unit_tests / preprocessor / output / elif-after-macro-with-args
12345678
#define D0(x) 0 #if DA == D0(5) RIGHT #elif D5 >= D4 WRONG #else ALSOWRONG #endif