summaryrefslogtreecommitdiff
path: root/graphics/asymptote/tests/gc/funcall.asy
blob: 42661c79e3dec63dd719cb76a5a452471e1f6c96 (plain)
1
2
3
4
5
6
void g() 
{}
for (int i = 0; i < 1e9; ++i)
{
  g();
}