summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/tests/comments.0
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/indent/tests/comments.0')
-rw-r--r--usr.bin/indent/tests/comments.07
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/indent/tests/comments.0 b/usr.bin/indent/tests/comments.0
index e642bcc..567d234 100644
--- a/usr.bin/indent/tests/comments.0
+++ b/usr.bin/indent/tests/comments.0
@@ -1,4 +1,11 @@
/* $FreeBSD$ */
+typedef enum x {
+ aaaaaaaaaaaaaaaaaaaaaa = 1 << 0, /* test a */
+ bbbbbbbbbbbbbbbbb = 1 << 1, /* test b */
+ cccccccccccccc = 1 << 1, /* test c */
+ dddddddddddddddddddddddddddddd = 1 << 2 /* test d */
+} x;
+
/* See r303597, r303598, r309219, and r309343 */
void t(void) {
/*
OpenPOWER on IntegriCloud