blob: 9c50f7e96f8fa30ed6acd432e1d775ef26a9146c [file] [log] [blame]
Chris Lattner40ae76e2003-07-30 19:40:00 +00001// Test that multiline, nested, comments work correctly.
2//
Peter Collingbourne7f7f2e92011-10-06 13:39:59 +00003// RUN: llvm-tblgen < %s
Chris Lattner40ae76e2003-07-30 19:40:00 +00004
5/* Foo
6 bar
7 /*
8 blah
9 */
10
11 stuff
12 */
13
14def x;