summaryrefslogtreecommitdiff
path: root/tests/run/unicode_identifiers.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/run/unicode_identifiers.pxd')
-rw-r--r--tests/run/unicode_identifiers.pxd10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/run/unicode_identifiers.pxd b/tests/run/unicode_identifiers.pxd
new file mode 100644
index 000000000..06469e6c7
--- /dev/null
+++ b/tests/run/unicode_identifiers.pxd
@@ -0,0 +1,10 @@
+# -*- coding: utf-8 -*-
+# cython: language_level=3
+
+cdef Fα1()
+cdef class Γναμε2:
+ cdef public int α
+ cdef boring_cdef(self)
+ cdef εxciting_cdef(self)
+ cpdef boring_cpdef(self)
+ cpdef εxciting_cpdef(self)