diff options
Diffstat (limited to 'tests/headers/issue_311.hpp')
-rw-r--r-- | tests/headers/issue_311.hpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/headers/issue_311.hpp b/tests/headers/issue_311.hpp deleted file mode 100644 index a8d7fd99..00000000 --- a/tests/headers/issue_311.hpp +++ /dev/null @@ -1,5 +0,0 @@ -// bindgen-flags: --enable-cxx-namespaces - -struct jsval_layout { - struct {}; -}; |