CPP: Examples Macro.qll.

This commit is contained in:
Geoffrey White
2019-08-13 15:56:52 +01:00
parent eb39346d85
commit d29eefd235

View File

@@ -1,7 +1,10 @@
import cpp
/**
* A macro.
* A macro. For example, the macro `MYMACRO` in the following code:
* ```
* #define MYMACRO 1
* ```
*/
class Macro extends PreprocessorDirective, @ppd_define {