summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/tests/gc/pen.asy
blob: 691cf6dea8ac01880ef8015b1c01b51f1796450b (plain)
1
2
3
4
for (int i = 0; i < 1e7; ++i)
{
  pen p = linetype(new real[] {1,2});
}