Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ba4733d901b1c2b994f66707657342b8c81c92bc
/
.
/
test
/
TableGen
/
strconcat.td
blob: cdf3928f04d659ec270789830896b84ab2e6c836 [
file
] [
log
] [
blame
]
// RUN: tblgen %s | grep fufoo
class
Y
<
string
S
>
{
string
T
=
!
strconcat
(
S
,
"foo"
);
}
def
Z
:
Y
<
"fu"
>;