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