diff options
author | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-10-19 02:44:20 +0200 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2018-10-19 02:44:20 +0200 |
commit | 4d30c15be9cd3bc5392c5e7e0fa5cc04b9e5a2ce (patch) | |
tree | 526222ba8aaa36fa3f57de5a8d5441a96e8a116a /tests/headers/macro_const.h | |
parent | 6055f364bd1d341da8fa881741ec36ab0abf0a7a (diff) |
tests: Add test coverage for #1424.
Diffstat (limited to 'tests/headers/macro_const.h')
-rw-r--r-- | tests/headers/macro_const.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/headers/macro_const.h b/tests/headers/macro_const.h index c28a3f6b..7c5aa438 100644 --- a/tests/headers/macro_const.h +++ b/tests/headers/macro_const.h @@ -3,5 +3,6 @@ #define CHARR '\0' #define FLOAT 5.09f #define FLOAT_EXPR (5 / 1000.0f) +#define LONG 3L #define INVALID_UTF8 "\xf0\x28\x8c\x28" |