From 68ab2dbec18d9edc3392bdb56f818db6830fb52c Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Sun, 9 Jun 2019 15:58:01 -0500 Subject: Bitfield support, space after comments --- tests/include/test.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/include') diff --git a/tests/include/test.h b/tests/include/test.h index 9a28dc0..91bfd75 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -88,6 +88,7 @@ typedef struct { enum ENUM field3[TEST_INT]; int *field4[TEST_INT]; ENUM4 *field5[TEST_INT+TEST_INT]; + int field6 : 1; } STRUCT4; typedef struct struct5 { -- cgit v1.2.3