summaryrefslogtreecommitdiffstats
path: root/testing/example_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'testing/example_test.cpp')
-rw-r--r--testing/example_test.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testing/example_test.cpp b/testing/example_test.cpp
new file mode 100644
index 0000000..f589023
--- /dev/null
+++ b/testing/example_test.cpp
@@ -0,0 +1,6 @@
+void main()
+{
+ Test t;
+ t.example();
+}
+