2003-08-03-PassCode.td 101 B

1234567
  1. // RUN: llvm-tblgen %s
  2. class test<code C> {
  3. code Code = C;
  4. }
  5. def foo : test<[{ hello world! }]>;