blob: cdf3928f04d659ec270789830896b84ab2e6c836 [file] [log] [blame]
Chris Lattnerfd2ae972006-03-31 21:53:01 +00001// RUN: tblgen %s | grep fufoo
2
3class Y<string S> {
4 string T = !strconcat(S, "foo");
5}
6
7def Z : Y<"fu">;