diff options
Diffstat (limited to 'tests/headers/default-macro-constant-type-signed.h')
-rw-r--r-- | tests/headers/default-macro-constant-type-signed.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/headers/default-macro-constant-type-signed.h b/tests/headers/default-macro-constant-type-signed.h new file mode 100644 index 00000000..da3f1344 --- /dev/null +++ b/tests/headers/default-macro-constant-type-signed.h @@ -0,0 +1,3 @@ +// bindgen-flags: --default-macro-constant-type signed +// All values are i32 if they fit; otherwise i64. +#include "default-macro-constant-type.h" |