summaryrefslogtreecommitdiff
path: root/test/TableGen/CStyleComment.td
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-07-30 19:40:00 +0000
committerChris Lattner <sabre@nondot.org>2003-07-30 19:40:00 +0000
commit35c7444e52efaeae5d9cc1024350edb25dae5447 (patch)
tree4b2acf00f8727340b185c1db5aab9d9d06a0374f /test/TableGen/CStyleComment.td
parentd33b8db415f2f6a8aa0a830a3f5186c1826d66cc (diff)
downloadllvm-35c7444e52efaeae5d9cc1024350edb25dae5447.tar.gz
llvm-35c7444e52efaeae5d9cc1024350edb25dae5447.tar.bz2
llvm-35c7444e52efaeae5d9cc1024350edb25dae5447.tar.xz
Initial tests for tblgen
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7430 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/TableGen/CStyleComment.td')
-rw-r--r--test/TableGen/CStyleComment.td14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/TableGen/CStyleComment.td b/test/TableGen/CStyleComment.td
new file mode 100644
index 0000000000..703ae6837e
--- /dev/null
+++ b/test/TableGen/CStyleComment.td
@@ -0,0 +1,14 @@
+// Test that multiline, nested, comments work correctly.
+//
+// RUN: tblgen < %s
+
+/* Foo
+ bar
+ /*
+ blah
+ */
+
+ stuff
+ */
+
+def x;