summary refs log tree commit diff stats
path: root/tests/cpp/fam.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cpp/fam.h')
-rw-r--r--tests/cpp/fam.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/cpp/fam.h b/tests/cpp/fam.h
new file mode 100644
index 000000000..ad576425b
--- /dev/null
+++ b/tests/cpp/fam.h
@@ -0,0 +1,4 @@
+struct Test{
+  ~Test() {
+  }
+};