summaryrefslogtreecommitdiff
path: root/graphics/asymptote/tests/template/imports/notTemplate.asy
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/asymptote/tests/template/imports/notTemplate.asy')
-rw-r--r--graphics/asymptote/tests/template/imports/notTemplate.asy4
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/asymptote/tests/template/imports/notTemplate.asy b/graphics/asymptote/tests/template/imports/notTemplate.asy
new file mode 100644
index 0000000000..bd309b07ba
--- /dev/null
+++ b/graphics/asymptote/tests/template/imports/notTemplate.asy
@@ -0,0 +1,4 @@
+struct A {
+ static int global = 17;
+ int local = 3;
+} \ No newline at end of file