summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources/warn-variable-let-bind-nonvariable.el
blob: dde2dcee6e768513b384e839052d29d194d81c19 (plain)
1
2
3
;;; -*- lexical-binding: t -*-
(defun foo ()
  (let (('t 1)) t))