diff options
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/test.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h index 6c62e2f..06eb18e 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -28,6 +28,8 @@ extern "C" { typedef uint8_t PRIMTYPE; typedef PRIMTYPE CUSTTYPE; +struct STRUCT0; + struct STRUCT1 { int field1; }; |
