diff options
Diffstat (limited to 'graphics/asymptote/errortestBrokenTemplate.asy')
-rw-r--r-- | graphics/asymptote/errortestBrokenTemplate.asy | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/asymptote/errortestBrokenTemplate.asy b/graphics/asymptote/errortestBrokenTemplate.asy new file mode 100644 index 0000000000..f160b42282 --- /dev/null +++ b/graphics/asymptote/errortestBrokenTemplate.asy @@ -0,0 +1,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); |