diff options
Diffstat (limited to 'tests/headers/complex_global.h')
-rw-r--r-- | tests/headers/complex_global.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/headers/complex_global.h b/tests/headers/complex_global.h deleted file mode 100644 index 6b9ffa53..00000000 --- a/tests/headers/complex_global.h +++ /dev/null @@ -1,4 +0,0 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq -float _Complex globalValueFloat; -double _Complex globalValueDouble; -long double _Complex globalValueLongDouble; |