summaryrefslogtreecommitdiff
path: root/tests/headers/virtual_dtor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/headers/virtual_dtor.hpp')
-rw-r--r--tests/headers/virtual_dtor.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/headers/virtual_dtor.hpp b/tests/headers/virtual_dtor.hpp
new file mode 100644
index 00000000..c35dcab1
--- /dev/null
+++ b/tests/headers/virtual_dtor.hpp
@@ -0,0 +1,3 @@
+struct nsSlots {
+ virtual ~nsSlots();
+};