summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources/warn-variable-setq-nonvariable.el
blob: 5a56913cd9bbf8770a66f79cb9c86636ae1a7f5f (plain)
1
2
3
;;; -*- lexical-binding: t -*-
(defun foo ()
  (setq (a) nil))