summaryrefslogtreecommitdiffstats
path: root/util/check-format-test-negatives.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/check-format-test-negatives.c')
-rw-r--r--util/check-format-test-negatives.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/util/check-format-test-negatives.c b/util/check-format-test-negatives.c
index d1de4104bc..3ce0740bc1 100644
--- a/util/check-format-test-negatives.c
+++ b/util/check-format-test-negatives.c
@@ -282,10 +282,17 @@ static void *fun(void)
/* comment */
return NULL;
+label0:
+ label1: /* allow special indent 1 for label at outermost level in body */
do {
+ label2:
size_t available_len, data_len;
const char *curr = txt, *next = txt;
char *tmp;
+
+ {
+ label3:
+ }
} while (1);
char *intraline_string_with_comment_delimiters_and_dbl_space = "1 /*1";