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