We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f8bfe3 commit 9c0bcf5Copy full SHA for 9c0bcf5
1 file changed
test.cpp
@@ -3029,6 +3029,11 @@ static void fuzz_crash()
3029
"n\n";
3030
(void)preprocess(code, simplecpp::DUI()); // do not crash
3031
}
3032
+ { // #346
3033
+ const char code[] = "#define foo(intp)f##oo(intp\n"
3034
+ "foo(f##oo(intp))\n";
3035
+ (void)preprocess(code, simplecpp::DUI()); // do not crash
3036
+ }
3037
3038
3039
int main(int argc, char **argv)
0 commit comments