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

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

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