summaryrefslogtreecommitdiff
path: root/graphics/asymptote/tests/template/imports/notTemplate.asy
blob: f30615465a878825265b053e811319996dc10ef2 (plain)
1
2
3
4
5
struct A {
  static int global = 17;
  int local = 3;
  autounravel int au = -1;
}