diff options
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/test.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h index 8138e54..9a28dc0 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -27,6 +27,7 @@ extern "C" { typedef uint8_t PRIMTYPE; typedef PRIMTYPE CUSTTYPE; +typedef CUSTTYPE _CCUSTTYPE_; struct STRUCT0; @@ -72,6 +73,11 @@ enum ENUM5 { enum15 = (1 << (1 & 1)) }; +enum ENUM7 { + enum17 = '\0', + enum18 = 'A' +}; + typedef void * VOIDPTR; typedef int * INTPTR; |
