diff options
author | chrysn <chrysn@fsfe.org> | 2018-11-26 15:36:01 +0100 |
---|---|---|
committer | chrysn <chrysn@fsfe.org> | 2018-11-26 16:00:22 +0100 |
commit | 8025bf7655c1ecffcbba6720d4e384320a768903 (patch) | |
tree | 57dfc6269df7f2fdf0a6cad83324fb87c6d8643d /bindgen-integration/cpp/Test.h | |
parent | c39d9014576226fe74d3fe0e0be552c542337cff (diff) |
Integration tests for str_macro callbacks
Diffstat (limited to 'bindgen-integration/cpp/Test.h')
-rw-r--r-- | bindgen-integration/cpp/Test.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bindgen-integration/cpp/Test.h b/bindgen-integration/cpp/Test.h index fe9bf0d4..03a55b88 100644 --- a/bindgen-integration/cpp/Test.h +++ b/bindgen-integration/cpp/Test.h @@ -2,6 +2,10 @@ #define TESTMACRO +#define TESTMACRO_INTEGER 42 +#define TESTMACRO_STRING "Hello Preprocessor!" +#define TESTMACRO_STRING_EXPANDED TESTMACRO_STRING + #include <cwchar> enum { |