Bitfield support, space after comments
This commit is contained in:
parent
9387de8638
commit
68ab2dbec1
4 changed files with 31 additions and 14 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue