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