1 2 3 4 5 6 7
// RUN: tblgen %s | grep fufoo class Y<string S> { string T = !strconcat(S, "foo"); } def Z : Y<"fu">;