New testcase

llvm-svn: 7560
This commit is contained in:
Chris Lattner 2003-08-04 04:53:13 +00:00
parent 05433f0237
commit 46e32d7e62

View File

@ -0,0 +1,7 @@
// RUN: tblgen %s
class test<code C> {
code Code = C;
}
def foo : test<[{ hello world! }]>;