Merge from mainline.
[llvm-complete.git] / test / TableGen / strconcat.td
blobcdf3928f04d659ec270789830896b84ab2e6c836
1 // RUN: tblgen %s | grep fufoo
3 class Y<string S> {
4   string T = !strconcat(S, "foo");
7 def Z : Y<"fu">;