summaryrefslogtreecommitdiff
path: root/Examples/test-suite/errors/pp_unterm_string.i
diff options
context:
space:
mode:
Diffstat (limited to 'Examples/test-suite/errors/pp_unterm_string.i')
-rw-r--r--Examples/test-suite/errors/pp_unterm_string.i6
1 files changed, 6 insertions, 0 deletions
diff --git a/Examples/test-suite/errors/pp_unterm_string.i b/Examples/test-suite/errors/pp_unterm_string.i
new file mode 100644
index 0000000..31ed8d4
--- /dev/null
+++ b/Examples/test-suite/errors/pp_unterm_string.i
@@ -0,0 +1,6 @@
+%module xxx
+
+
+const char *x = "Hello
+
+