new testcase

llvm-svn: 27311
This commit is contained in:
Chris Lattner 2006-03-31 21:53:01 +00:00
parent 747e29ef0b
commit 376ee782c0
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
// RUN: tblgen %s | grep fufoo
class Y<string S> {
string T = !strconcat(S, "foo");
}
def Z : Y<"fu">;