2003-08-03-PassCode.td 101 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 // RUN: llvm-tblgen %s class test<code C> { code Code = C; } def foo : test<[{ hello world! }]>;