blob: 703ae6837eb8c23065ba41aa297dbc550d0778c4 [file] [log] [blame]
Chris Lattner35c74442003-07-30 19:40:00 +00001// Test that multiline, nested, comments work correctly.
2//
3// RUN: tblgen < %s
4
5/* Foo
6 bar
7 /*
8 blah
9 */
10
11 stuff
12 */
13
14def x;