blob: b851a15ffe8b1c2b76a23911e2f46f4c03967bb8 [file] [log] [blame]
// RUN: llvm-tblgen %s
class test<code C> {
code Code = C;
}
def foo : test<[{ hello world! }]>;