CStyleComment.td 139 B

1234567891011121314
  1. // Test that multiline, nested, comments work correctly.
  2. //
  3. // RUN: llvm-tblgen < %s
  4. /* Foo
  5. bar
  6. /*
  7. blah
  8. */
  9. stuff
  10. */
  11. def x;