summaryrefslogtreecommitdiff
path: root/test/TableGen/2003-08-03-PassCode.td
blob: 71421865a5880ed07940d7e39da4270594d413e5 (plain)
1
2
3
4
5
6
7
// RUN: tblgen %s

class test<code C> {
  code Code = C;
}

def foo : test<[{ hello world! }]>;