diff options
Diffstat (limited to 'tests/headers/anon_enum.hpp')
-rw-r--r-- | tests/headers/anon_enum.hpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/headers/anon_enum.hpp b/tests/headers/anon_enum.hpp deleted file mode 100644 index bbd52240..00000000 --- a/tests/headers/anon_enum.hpp +++ /dev/null @@ -1,11 +0,0 @@ -// bindgen-flags: --with-derive-hash --with-derive-partialeq --with-derive-eq --rustified-enum ".*" -struct Test { - int foo; - float bar; - enum { T_NONE }; -}; - -typedef enum { - Foo, - Bar, -} Baz; |