aboutsummaryrefslogtreecommitdiff
path: root/test/TableGen/String.td
diff options
context:
space:
mode:
Diffstat (limited to 'test/TableGen/String.td')
-rw-r--r--test/TableGen/String.td5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/TableGen/String.td b/test/TableGen/String.td
new file mode 100644
index 000000000000..d2ae451c295d
--- /dev/null
+++ b/test/TableGen/String.td
@@ -0,0 +1,5 @@
+// RUN: tblgen %s
+class x {
+ string y = "missing terminating '\"' character";
+}
+