091-pmatch-bad-unquote.scm (217B)
1 ; Malformed ,-pattern: ,42 puts a non-symbol after `unquote`. Per 2 ; LISP-PMATCH.md this is a defined runtime error (the carve-out from 3 ; the primitive-failure UB policy). 4 (pmatch 99 5 (,42 'never) 6 (else 'fallback))