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

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