We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd068ae commit 5bf471dCopy full SHA for 5bf471d
test.cpp
@@ -3106,6 +3106,11 @@ static void fuzz_crash()
3106
"n\n";
3107
(void)preprocess(code, simplecpp::DUI()); // do not crash
3108
}
3109
+ { // #346
3110
+ const char code[] = "#define foo(intp)f##oo(intp\n"
3111
+ "foo(f##oo(intp))\n";
3112
+ (void)preprocess(code, simplecpp::DUI()); // do not crash
3113
+ }
3114
3115
3116
int main(int argc, char **argv)
0 commit comments