diff options
Diffstat (limited to 'libbindgen/tests/headers/only_bitfields.hpp')
-rw-r--r-- | libbindgen/tests/headers/only_bitfields.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libbindgen/tests/headers/only_bitfields.hpp b/libbindgen/tests/headers/only_bitfields.hpp deleted file mode 100644 index 84db0586..00000000 --- a/libbindgen/tests/headers/only_bitfields.hpp +++ /dev/null @@ -1,5 +0,0 @@ -// bindgen-flags: --no-unstable-rust -class C { - bool a: 1; - bool b: 7; -}; |