diff options
Diffstat (limited to 'tests/headers/only_bitfields.hpp')
-rw-r--r-- | tests/headers/only_bitfields.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/headers/only_bitfields.hpp b/tests/headers/only_bitfields.hpp index 48b401b6..30a75ebb 100644 --- a/tests/headers/only_bitfields.hpp +++ b/tests/headers/only_bitfields.hpp @@ -1,4 +1,4 @@ - +// bindgen-flags: -no-unstable-rust class C { bool a: 1; bool b: 7; |