xref: /aosp_15_r20/external/llvm/test/TableGen/CStyleComment.td (revision 9880d6810fe72a1726cb53787c6711e909410d58)
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
14def x;
15