Bitfield support, space after comments

This commit is contained in:
Ganesh Viswanathan 2019-06-09 15:58:01 -05:00
commit 68ab2dbec1
4 changed files with 31 additions and 14 deletions

View file

@ -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 {