summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources/warn-lambda-malformed-interactive-spec.el
blob: 6bd902705edc42e6100282e7bf52077702f1a268 (plain)
1
2
3
4
;;; -*- lexical-binding: t -*-
(defun foo ()
  (interactive "foo" "bar")
  nil)