lqml/examples/debug-ui/lisp/main.lisp
2025-10-18 16:51:19 +02:00

6 lines
97 B
Common Lisp

(in-package :app)
(defun crash? ()
(funcall 'no-such-function))
(qsingle-shot 10000 'crash?)