bldc/tests/test_comments_0.lisp

5 lines
73 B
Common Lisp

; Test comment
(define a (+ 1 2))
; Another test comment
(check (= a 3))