diff options
Diffstat (limited to 'tests/headers/issue-2019.hpp')
-rw-r--r-- | tests/headers/issue-2019.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/headers/issue-2019.hpp b/tests/headers/issue-2019.hpp deleted file mode 100644 index 2e9a3ffd..00000000 --- a/tests/headers/issue-2019.hpp +++ /dev/null @@ -1,10 +0,0 @@ -// bindgen-flags: --disable-nested-struct-naming - -struct A { - static A make(); - int a; -}; -struct B { - static B make(); - int b; -}; |