diff options
Diffstat (limited to 'tests/headers/macro_const_1_0.h')
-rw-r--r-- | tests/headers/macro_const_1_0.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/headers/macro_const_1_0.h b/tests/headers/macro_const_1_0.h deleted file mode 100644 index 3be86b4f..00000000 --- a/tests/headers/macro_const_1_0.h +++ /dev/null @@ -1,10 +0,0 @@ -// bindgen-flags: --rust-target 1.0 - -#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" |