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

/* Foo
  bar
  /* 
  blah
  */

  stuff
  */

def x;