DEBSOURCES
Skip Quicknav
sources / mojoshader / 0.0~hg1314%2Bdfsg-1.1 / unit_tests / preprocessor / output / stringify-operator-blank-arg
1234
// This shouldn't produce an error (the "()" should be treated as one // blank argument, turned into a "" #define x(y) #y x()