summaryrefslogtreecommitdiff
path: root/test/TableGen/CStyleComment.td
blob: 55fb0e787b62e43f5c62e862714319f6963d8403 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// Test that multiline, nested, comments work correctly.
//
// RUN: llvm-tblgen < %s
// XFAIL: vg_leak

/* Foo
  bar
  /* 
  blah
  */

  stuff
  */

def x;