diff options
| author | Timothee Cour <timothee.cour2@gmail.com> | 2018-12-29 14:02:04 -0800 |
|---|---|---|
| committer | Timothee Cour <timothee.cour2@gmail.com> | 2018-12-29 14:15:34 -0800 |
| commit | 9f7d2ca95637e6026336c9b1e264b321784737f4 (patch) | |
| tree | 173a2d9f2c1627b79c3951d8d4276ec6a6d7cf55 /tests/include | |
| parent | 1e086d59595c24ee8ec3f1dcc02b55d97fe9e2ec (diff) | |
| download | nimterop-9f7d2ca95637e6026336c9b1e264b321784737f4.tar.gz nimterop-9f7d2ca95637e6026336c9b1e264b321784737f4.zip | |
add failing tests; add a test at CT
Diffstat (limited to 'tests/include')
| -rw-r--r-- | tests/include/test.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/include/test.h b/tests/include/test.h index 741fa97..8a8c579 100644 --- a/tests/include/test.h +++ b/tests/include/test.h @@ -20,6 +20,9 @@ extern "C" { #define OSDEF 30 #endif +#define foobar1(x) OSDEF * x +#define foobar2(x) x + 1 + typedef uint8_t PRIMTYPE; typedef PRIMTYPE CUSTTYPE; |
