diff options
Diffstat (limited to 'tests/headers/var-tracing.hpp')
-rw-r--r-- | tests/headers/var-tracing.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/headers/var-tracing.hpp b/tests/headers/var-tracing.hpp deleted file mode 100644 index ef002a00..00000000 --- a/tests/headers/var-tracing.hpp +++ /dev/null @@ -1,10 +0,0 @@ -// bindgen-flags: --allowlist-type Baz - -struct Bar { - const int m_baz; - Bar(int baz); -}; - -class Baz { - static const Bar FOO[]; -}; |