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, 0 insertions, 3 deletions
diff --git a/tests/headers/default-macro-constant-type-signed.h b/tests/headers/default-macro-constant-type-signed.h deleted file mode 100644 index da3f1344..00000000 --- a/tests/headers/default-macro-constant-type-signed.h +++ /dev/null @@ -1,3 +0,0 @@ -// bindgen-flags: --default-macro-constant-type signed -// All values are i32 if they fit; otherwise i64. -#include "default-macro-constant-type.h" |