diff options
Diffstat (limited to 'tests/headers/gen-constructors.hpp')
-rw-r--r-- | tests/headers/gen-constructors.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/gen-constructors.hpp b/tests/headers/gen-constructors.hpp deleted file mode 100644 index 809d6ef9..00000000 --- a/tests/headers/gen-constructors.hpp +++ /dev/null @@ -1,6 +0,0 @@ -// bindgen-flags: --generate types,constructors,functions - -class Foo { - public: - Foo(int a); -}; |