diff options
Diffstat (limited to 'tests/headers/default-macro-constant-type-unsigned.h')
-rw-r--r-- | tests/headers/default-macro-constant-type-unsigned.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/headers/default-macro-constant-type-unsigned.h b/tests/headers/default-macro-constant-type-unsigned.h new file mode 100644 index 00000000..1078e852 --- /dev/null +++ b/tests/headers/default-macro-constant-type-unsigned.h @@ -0,0 +1,3 @@ +// bindgen-flags: --default-macro-constant-type unsigned +// Negative values are i32 or i64; others are u32 or u64. +#include "default-macro-constant-type.h" |