bldc/tests/test_curly_syntax_0.lisp

9 lines
71 B
Common Lisp

(defun f () {
1
2
3
})
(check (= (f) 3))