Fix execAction, enum expressions, union cleanup, no forceClean

This commit is contained in:
Ganesh Viswanathan 2019-10-14 22:55:01 -05:00
commit e293172cf2
5 changed files with 61 additions and 16 deletions

View file

@ -87,7 +87,7 @@ typedef struct {
int field2[TEST_INT];
enum ENUM field3[TEST_INT];
int *field4[TEST_INT];
ENUM4 *field5[TEST_INT+TEST_INT];
ENUM4 *field5[TEST_INT + TEST_INT];
int field6 : 1;
} STRUCT4;