summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources/warn-variable-setq-odd.el
blob: 9ce80de08cdec8e5447961efd220a6b43b856f55 (plain)
1
2
3
;;; -*- lexical-binding: t -*-
(defun foo (a b)
  (setq a 1 b))