diff options
author | Alan Egerton <eggyal@gmail.com> | 2020-06-15 21:53:48 +0100 |
---|---|---|
committer | Alan Egerton <eggyal@gmail.com> | 2020-06-15 21:53:48 +0100 |
commit | ac17fc0f98d865d31f6b6a0417d5ce36cb14a6d3 (patch) | |
tree | cda1be2cc3a4dd2f6cadc030b18a483523993188 /bindgen-integration/cpp/Test.h | |
parent | 8ea945145b6eb45052f51b776ae33e06ddb6e517 (diff) |
Refined test to verify type of resulting integer
Diffstat (limited to 'bindgen-integration/cpp/Test.h')
-rw-r--r-- | bindgen-integration/cpp/Test.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bindgen-integration/cpp/Test.h b/bindgen-integration/cpp/Test.h index 1299337b..a20cf4b7 100644 --- a/bindgen-integration/cpp/Test.h +++ b/bindgen-integration/cpp/Test.h @@ -5,6 +5,7 @@ #define TESTMACRO_INTEGER 42 #define TESTMACRO_STRING "Hello Preprocessor!" #define TESTMACRO_STRING_EXPANDED TESTMACRO_STRING +#define TESTMACRO_CUSTOMINTKIND_PATH 123 #include <cwchar> |