real[] a;
for (int i = 0; i < 1e9; ++i)
{
 a=new real[10];
}