summaryrefslogtreecommitdiff
path: root/tests/headers/macro_const.h
blob: 7c5aa43806acbbef16336f6480e5d9d0c6085c56 (plain)
1
2
3
4
5
6
7
8
#define foo "bar"
#define CHAR 'b'
#define CHARR '\0'
#define FLOAT 5.09f
#define FLOAT_EXPR (5 / 1000.0f)
#define LONG 3L

#define INVALID_UTF8 "\xf0\x28\x8c\x28"