summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/tests/gc/funcall.asy
blob: d565525420acf376e47d722845af0e4d91c3fdd4 (plain)
1
2
3
4
5
6
void g() 
{}
for (int i = 0; i < 1e7; ++i)
{
  g();
}