blob: 71421865a5880ed07940d7e39da4270594d413e5 [file] [log] [blame]
Chris Lattner83a913d2003-08-04 04:53:13 +00001// RUN: tblgen %s
2
3class test<code C> {
4 code Code = C;
5}
6
7def foo : test<[{ hello world! }]>;