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