summaryrefslogtreecommitdiff
path: root/tests/compile/fused_unused.pyx
blob: 9aac0b7fbda0e903a2489c00fc6473dd2b841852 (plain)
1
2
3
4
5
6
7
8
9
# mode: compile
# tag: fused

# This previously lead to a crash due to an empty module body.

ctypedef fused cinteger:
    int
    long
    Py_ssize_t