new testcase: tblgen should grok this.
authorChris Lattner <sabre@nondot.org>
Tue, 6 Sep 2005 21:22:15 +0000 (21:22 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 6 Sep 2005 21:22:15 +0000 (21:22 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23247 91177308-0d34-0410-b5e6-96231b3b80d8

test/TableGen/nested-comment.td [new file with mode: 0644]

diff --git a/test/TableGen/nested-comment.td b/test/TableGen/nested-comment.td
new file mode 100644 (file)
index 0000000..68e2958
--- /dev/null
@@ -0,0 +1,12 @@
+// RUN: tblgen < %s
+
+/* foo
+
+/ foo
+
+     /*NoReg*/, baz
+     
+      
+      */
+
+def X;