diff options
Diffstat (limited to 'libbindgen/tests/headers/inner_const.hpp')
-rw-r--r-- | libbindgen/tests/headers/inner_const.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libbindgen/tests/headers/inner_const.hpp b/libbindgen/tests/headers/inner_const.hpp deleted file mode 100644 index 25c2e603..00000000 --- a/libbindgen/tests/headers/inner_const.hpp +++ /dev/null @@ -1,6 +0,0 @@ - -class Foo { - static int BOO; - static Foo whatever; - int bar; -}; |