diff options
Diffstat (limited to 'tests/headers/issue-834.hpp')
-rw-r--r-- | tests/headers/issue-834.hpp | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/headers/issue-834.hpp b/tests/headers/issue-834.hpp deleted file mode 100644 index 64797012..00000000 --- a/tests/headers/issue-834.hpp +++ /dev/null @@ -1,6 +0,0 @@ -// bindgen-flags: --allowlist-type U --generate types - -struct T {}; -struct U { - void test(T a); -}; |