summaryrefslogtreecommitdiff
path: root/graphics/asymptote/tests/gc/array.asy
blob: 43e3f9224c1ff18bc72ecb306b8a625abe36dd57 (plain)
1
2
3
4
5
real[] a;
for (int i = 0; i < 1e9; ++i)
{
  a=new real[10];
}