diff options
Diffstat (limited to 'tests/headers/allowlist_basic.hpp')
-rw-r--r-- | tests/headers/allowlist_basic.hpp | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/tests/headers/allowlist_basic.hpp b/tests/headers/allowlist_basic.hpp deleted file mode 100644 index ef858c95..00000000 --- a/tests/headers/allowlist_basic.hpp +++ /dev/null @@ -1,16 +0,0 @@ -// bindgen-flags: --allowlist-type AllowlistMe - -template<typename T> -class AllowlistMe { - class Inner { - T bar; - }; - - int foo; - Inner bar; -}; - -struct DontAllowlistMe { - void* foo; - double _Complex noComplexGenerated; -}; |