Add ', `, ,, reader macros
diff --git a/src/lisp/test.lisp b/src/lisp/test.lisp
index 9cfb8b7..3c8f9ea 100644
--- a/src/lisp/test.lisp
+++ b/src/lisp/test.lisp
@@ -17,3 +17,5 @@
   (let1 (unused-but-bound (cons 5 6))
     (let1 (val (cons 1 (cons 2 (cons 3 nil))))
       (calls-gc val))))
+
+'(hello)
\ No newline at end of file