@{
|
|
newText(x) { { value: x, __proto__: C_string }; }
|
|
|
|
f(n) {
|
|
`declaration int @@(newText(treeCopy(n)));;
|
|
}
|
|
|
|
|
|
f("x");
|
|
}
|