C++: accept changes after C++ extractor preprocessor fix

This commit is contained in:
idrissrio
2025-03-26 09:41:20 +01:00
parent 9773652c9e
commit 148ffe8519
2 changed files with 44 additions and 0 deletions

View File

@@ -161,3 +161,35 @@ BAR
\
/* comment */ \
\
#if/** */A/* ... */&&B
#endif
#if/** */ /**/ A
#endif
#if \
\
A && B
#endif
#ifdef /*
*/ FOOBAR
#warning a
#else
#warning b
#endif
#if /*
//test
*/ FOOBAR
#endif