summaryrefslogtreecommitdiff
path: root/tests/broken/cdefexternblock.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'tests/broken/cdefexternblock.pyx')
-rw-r--r--tests/broken/cdefexternblock.pyx19
1 files changed, 0 insertions, 19 deletions
diff --git a/tests/broken/cdefexternblock.pyx b/tests/broken/cdefexternblock.pyx
deleted file mode 100644
index 89fca223f..000000000
--- a/tests/broken/cdefexternblock.pyx
+++ /dev/null
@@ -1,19 +0,0 @@
-cdef extern from "cheese.h":
-
- ctypedef int camembert
-
- struct roquefort:
- int x
-
- char *swiss
-
- void cheddar()
-
- class external.runny [object runny_obj]:
- cdef int a
- def __init__(self):
- pass
-
-cdef runny r
-r = x
-r.a = 42