C++: Uncomment more preprocessor tests

This commit is contained in:
Jeroen Ketema
2025-01-20 11:48:01 +01:00
parent ef034bce4e
commit 1cbd57e2b9
3 changed files with 6 additions and 3 deletions

View File

@@ -9,7 +9,7 @@
#endif
// semmle-extractor-options: -I${testdir}/more_headers/ "-U SOME_SYM"
#undef BAR
//#define SCARY(a,aa,aaah) /* we ignore a */ (aa /* but we take aa */) /* and we ignore aaa */
#define SCARY(a,aa,aaah) /* we ignore a */ (aa /* but we take aa */) /* and we ignore aaa */
#define LOG(fmt, ...) printf("Warning: %s", fmt, __VA__ARGS__)
#include "pp.h"