DEBSOURCES
Skip Quicknav
sources / llvm-3.0 / 3.0-10 / test / TableGen / 2003-08-03-PassCode.td
12345678
// RUN: llvm-tblgen %s // XFAIL: vg_leak class test<code C> { code Code = C; } def foo : test<[{ hello world! }]>;