freebsd_amp_hwpstate/test/TableGen/2003-08-03-PassCode.td

9 lines
114 B
TableGen
Raw Normal View History

2009-06-02 17:52:33 +00:00
// RUN: tblgen %s
2010-03-21 10:49:05 +00:00
// XFAIL: vg_leak
2009-06-02 17:52:33 +00:00
class test<code C> {
code Code = C;
}
def foo : test<[{ hello world! }]>;