| commit | 40ae76ec8eb834c1a97c139c403e39196320605a | [log] [tgz] |
|---|---|---|
| author | Chris Lattner <sabre@nondot.org> | Wed Jul 30 19:40:00 2003 +0000 |
| committer | Chris Lattner <sabre@nondot.org> | Wed Jul 30 19:40:00 2003 +0000 |
| tree | f65d7cac68640a257453da67c8683734184b6376 | |
| parent | af282ae26e784d42b15ae3aff887f4f3769eddec [diff] [blame] |
Initial tests for tblgen llvm-svn: 7430
diff --git a/llvm/test/Regression/TableGen/CStyleComment.td b/llvm/test/Regression/TableGen/CStyleComment.td new file mode 100644 index 0000000..703ae68 --- /dev/null +++ b/llvm/test/Regression/TableGen/CStyleComment.td
@@ -0,0 +1,14 @@ +// Test that multiline, nested, comments work correctly. +// +// RUN: tblgen < %s + +/* Foo + bar + /* + blah + */ + + stuff + */ + +def x;