aboutsummaryrefslogtreecommitdiff
path: root/tests/include
diff options
context:
space:
mode:
authorGanesh Viswanathan <dev@genotrance.com>2019-05-07 11:44:32 -0500
committerGanesh Viswanathan <dev@genotrance.com>2019-05-07 11:44:32 -0500
commit2457671f9eef2c90fd5f403fbcde97c69c5aa64b (patch)
tree21bbc0535aa78cf2eb3ccb1ef71352dea47eb45c /tests/include
parent69cfce561a2114616e57c64effc2f6d36db1967d (diff)
downloadnimterop-2457671f9eef2c90fd5f403fbcde97c69c5aa64b.tar.gz
nimterop-2457671f9eef2c90fd5f403fbcde97c69c5aa64b.zip
Pragma cleanup and fixes
Diffstat (limited to 'tests/include')
-rw-r--r--tests/include/test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h
index 8138e54..2e4cf08 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;