diff options
Diffstat (limited to 'tests/headers/only_bitfields.hpp')
-rw-r--r-- | tests/headers/only_bitfields.hpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/headers/only_bitfields.hpp b/tests/headers/only_bitfields.hpp deleted file mode 100644 index 793bc66b..00000000 --- a/tests/headers/only_bitfields.hpp +++ /dev/null @@ -1,4 +0,0 @@ -class C { - bool a: 1; - bool b: 7; -}; |