diff options
Diffstat (limited to 'test/res/secondary.lisp')
-rw-r--r-- | test/res/secondary.lisp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/res/secondary.lisp b/test/res/secondary.lisp new file mode 100644 index 0000000..4231721 --- /dev/null +++ b/test/res/secondary.lisp @@ -0,0 +1,3 @@ + +(def sc 42) +(export sc) |