Sign in
ara-mdk
/
platform
/
external
/
llvm
/
964dd860542aa12bea93474dc159b4a7e3a6a9c1
/
.
/
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"
>;