crash-the-elisp-byte-complier.el 209 B

1234567
  1. ;; this is a problem with the byte compiler
  2. ;; run the command byte-compile-file
  3. ;; on this file, and you will get some nice errors
  4. (defun test (files)
  5. (and t (string-match 1))
  6. (and t (string-match 1 2)))