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

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

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