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