summaryrefslogtreecommitdiff
path: root/testdata/modulecache-tests/moduleoverload.scad
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/modulecache-tests/moduleoverload.scad')
-rw-r--r--testdata/modulecache-tests/moduleoverload.scad7
1 files changed, 7 insertions, 0 deletions
diff --git a/testdata/modulecache-tests/moduleoverload.scad b/testdata/modulecache-tests/moduleoverload.scad
new file mode 100644
index 0000000..1928715
--- /dev/null
+++ b/testdata/modulecache-tests/moduleoverload.scad
@@ -0,0 +1,7 @@
+use <mymodule-lib.scad>
+
+module mymodule() {
+ sphere();
+}
+
+mymodule();
contact: Jan Huwald // Impressum