summaryrefslogtreecommitdiff
path: root/test/lisp/files-resources/compile-utf8.el
blob: ea67626365deb4f8dd0f6a3f360b31881bfed891 (plain)
1
2
3
4
5
6
7
8
9
10
11
(defun zot ()
  "Yes."
  nil)

(defun foo ()
  "Yés."
  nil)

(defun bar ()
  "Nó."
  nil)