summaryrefslogtreecommitdiff
path: root/testing/018_def.c
diff options
context:
space:
mode:
Diffstat (limited to 'testing/018_def.c')
-rw-r--r--testing/018_def.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/018_def.c b/testing/018_def.c
index dadc71c..63c2dea 100644
--- a/testing/018_def.c
+++ b/testing/018_def.c
@@ -16,6 +16,10 @@ enum E { E1, E2 };
* A macro definition
*/
+/** Another macro definition.
+ */
+#define MACRO4 2
+
/** \var var
* A variable
*/