summaryrefslogtreecommitdiff
path: root/graphics/asymptote/errortestTemplate.asy
blob: f160b42282a61eca4b05f6cb436d670fc7121063 (plain)
1
2
3
4
5
// File to be incorrectly imported from errortest.asy.
typedef import(A, B, C);
assert(false);
// typedef import gives an error if not the first line
typedef import(A, B, C);