Simplify away redundant test, and document what's going on.
[llvm/stm8.git] / test / TableGen / CStyleComment.td
blob703ae6837eb8c23065ba41aa297dbc550d0778c4
1 // Test that multiline, nested, comments work correctly.
2 //
3 // RUN: tblgen < %s
5 /* Foo
6   bar
7   /* 
8   blah
9   */
11   stuff
12   */
14 def x;