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