mirror of
https://gitlab.com/eql/lqml.git
synced 2025-12-06 02:30:38 -08:00
6 lines
97 B
Common Lisp
6 lines
97 B
Common Lisp
(in-package :app)
|
|
|
|
(defun crash? ()
|
|
(funcall 'no-such-function))
|
|
|
|
(qsingle-shot 10000 'crash?)
|