aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation
diff options
Diffstat (limited to 'validation')
-rw-r--r--validation/preprocessor/preprocessor23.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/validation/preprocessor/preprocessor23.c b/validation/preprocessor/preprocessor23.c
index 25be5085..a7784838 100644
--- a/validation/preprocessor/preprocessor23.c
+++ b/validation/preprocessor/preprocessor23.c
@@ -12,6 +12,9 @@ I(,)
I(x,)
I(,x)
I(x,x)
+#define J(...) ,##__VA_ARGS__
+J()
+J(x)
/*
* check-name: Preprocessor #23
* check-command: sparse -E $file
@@ -29,6 +32,7 @@ I(x,x)
,x
,x
,xx
+,x
* check-output-end
*
* check-error-start