From f345fadd492ea5bb09e515d007be438fc08c9b93 Mon Sep 17 00:00:00 2001 From: nea Date: Thu, 10 Aug 2023 02:26:42 +0200 Subject: Add imports --- test/res/test.lisp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/res/test.lisp') diff --git a/test/res/test.lisp b/test/res/test.lisp index 5f32bee..c4406b0 100644 --- a/test/res/test.lisp +++ b/test/res/test.lisp @@ -17,3 +17,7 @@ (testsomething true) (testsomething false) (noop) +(debuglog "============") +(debuglog "This should fail" sc) +(import :secondary) +(debuglog "This should work" sc) \ No newline at end of file -- cgit