@{
|
|
n=31;
|
|
o() {
|
|
{ __proto__ : C_int, text : string(n++) }; }
|
|
}
|
|
|
|
x = @(o());
|
|
y = @(o());
|