forked from OSchip/llvm-project
parent
747e29ef0b
commit
376ee782c0
|
@ -0,0 +1,7 @@
|
|||
// RUN: tblgen %s | grep fufoo
|
||||
|
||||
class Y<string S> {
|
||||
string T = !strconcat(S, "foo");
|
||||
}
|
||||
|
||||
def Z : Y<"fu">;
|
Loading…
Reference in New Issue