summaryrefslogtreecommitdiff
path: root/tests/compile/packed_structs.pyx
blob: 6e722b46df4611f679d95fa1ec7086f0696a0160 (plain)
1
2
3
4
5
6
7
8
9
10
# mode: compile

cdef extern from *:
    cdef packed struct MyStruct:
        char a

cdef public packed struct PublicStruct:
    int a
    unsigned char b
    int c