diff options
| author | Ganesh Viswanathan <dev@genotrance.com> | 2019-12-21 12:20:33 -0600 |
|---|---|---|
| committer | Ganesh Viswanathan <dev@genotrance.com> | 2019-12-21 12:20:33 -0600 |
| commit | 3fcc3b9526a8afe4c8caa75b15ad074dde6dc63c (patch) | |
| tree | 351bb055d46a94eff52c76987647cc2032ed8839 /tests/include/test.h | |
| parent | 421bfdc53fd8f56e92827680253a6ddaaa53c8cf (diff) | |
| download | nimterop-issue75.tar.gz nimterop-issue75.zip | |
Fix #75 - support char and char* #definesissue75
Diffstat (limited to 'tests/include/test.h')
| -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 667f384..b22e2d8 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -9,6 +9,8 @@ extern "C" { #define TEST_INT 512 #define TEST_FLOAT 5.12 #define TEST_HEX 0x512 +#define TEST_CHAR 'a' +#define TEST_STR "hello world" #ifdef __APPLE__ #define OSDEF 10 |
