summaryrefslogtreecommitdiff
path: root/bindgen-tests/tests/headers/no_debug.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'bindgen-tests/tests/headers/no_debug.hpp')
-rw-r--r--bindgen-tests/tests/headers/no_debug.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/bindgen-tests/tests/headers/no_debug.hpp b/bindgen-tests/tests/headers/no_debug.hpp
new file mode 100644
index 00000000..2017f75d
--- /dev/null
+++ b/bindgen-tests/tests/headers/no_debug.hpp
@@ -0,0 +1,6 @@
+
+/** <div rustbindgen nodebug></div> */
+template<typename T>
+class DebugButWait {
+ int whatever;
+};