openscad/testdata/scad/bugs/empty-stl.scad

7 lines
180 B
OpenSCAD

// openscad should exit normally.
// it should not crash and/or freeze and/or gobble RAM
import("../../stl/empty.stl");
import("../../stl/empty2.stl");
echo("empty stl test ok");