summaryrefslogtreecommitdiff
path: root/tests/errors/dataclass_w1_othermod.pxd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/errors/dataclass_w1_othermod.pxd')
-rw-r--r--tests/errors/dataclass_w1_othermod.pxd3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/errors/dataclass_w1_othermod.pxd b/tests/errors/dataclass_w1_othermod.pxd
new file mode 100644
index 000000000..02dddf492
--- /dev/null
+++ b/tests/errors/dataclass_w1_othermod.pxd
@@ -0,0 +1,3 @@
+# Extern class for test "dataclass_w1"
+cdef class SomeBase:
+ pass