blob: 71421865a5880ed07940d7e39da4270594d413e5 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: tblgen %s
2
3class test<code C> {
4 code Code = C;
5}
6
7def foo : test<[{ hello world! }]>;