Revert a part of r223583, for now. It seems causing different emission between stage2...
[oota-llvm.git] / test / TableGen / CStyleComment.td
1 // Test that multiline, nested, comments work correctly.
2 //
3 // RUN: llvm-tblgen < %s
4
5 /* Foo
6   bar
7   /* 
8   blah
9   */
10
11   stuff
12   */
13
14 def x;