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.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/testing/example_test.cpp b/testing/example_test.cpp
index f589023..a117b63 100644
--- a/testing/example_test.cpp
+++ b/testing/example_test.cpp
@@ -1,5 +1,7 @@
void main()
{
+ const char* a = "Some special character here:  ";
+
Test t;
t.example();
}