From 6584a304d5a32d82ee7663d7b8925b2831541a7e Mon Sep 17 00:00:00 2001 From: Ganesh Viswanathan Date: Mon, 21 Jan 2019 12:09:01 -0600 Subject: Support for empty struct/union --- tests/include/test.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/include') 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; }; -- cgit v1.2.3