cc203d0fd0f82b0c9c94df13b08dbd37fc819fe0
[oota-llvm.git] / test / TableGen / CStyleComment.td
1 // Test that multiline, nested, comments work correctly.
2 //
3 // RUN: tblgen < %s
4 // XFAIL: vg_leak
5
6 /* Foo
7   bar
8   /* 
9   blah
10   */
11
12   stuff
13   */
14
15 def x;