summaryrefslogtreecommitdiff
path: root/test/lisp/emacs-lisp/bytecomp-resources/bc-test-beta.el
blob: 9205a13d7d5a7dd77fb02d2de5a2a327b41b7cb4 (plain)
1
2
3
4
5
6
;;; -*- lexical-binding: t -*-

(defsubst bc-test-beta-f (y)
  y)

(provide 'bc-test-beta)