summaryrefslogtreecommitdiff
path: root/graphics/asymptote/tests/template/imports/C.asy
blob: 38e8939bad6d4a5e75769519b868a09abdbf6d53 (plain)
1
2
3
4
5
6
typedef import(T);

T a=new T;
assert(a.x == 1);

int global = 17;