diff options
Diffstat (limited to 'testdata/scad/include-test5.scad')
-rw-r--r-- | testdata/scad/include-test5.scad | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testdata/scad/include-test5.scad b/testdata/scad/include-test5.scad new file mode 100644 index 0000000..4f6e656 --- /dev/null +++ b/testdata/scad/include-test5.scad @@ -0,0 +1,4 @@ +module test5() +{ + echo("included from include-test5.scad"); +} |