summaryrefslogtreecommitdiff
path: root/test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test.cpp')
-rw-r--r--test.cpp9
1 files changed, 8 insertions, 1 deletions
diff --git a/test.cpp b/test.cpp
index 534dfca..e373bff 100644
--- a/test.cpp
+++ b/test.cpp
@@ -1,5 +1,12 @@
#include <iostream>
-
+char const *s = R"(
+Lorem ipsum dolor sit amet.
+It was the age of reason.
+It was the age of foolishness.
+do {
+ class x;
+} while (0.1238712e+12 != CHAR_MAX);
+)";
using std::cout;
template<typename T>