blob: cdf3928f04d659ec270789830896b84ab2e6c836 [file] [log] [blame]
Dan Gohmanf17a25c2007-07-18 16:29:46 +00001// RUN: tblgen %s | grep fufoo
2
3class Y<string S> {
4 string T = !strconcat(S, "foo");
5}
6
7def Z : Y<"fu">;