tests: Remove unneeded test file.

This commit is contained in:
Emilio Cobos Álvarez 2020-11-25 17:50:24 +01:00
parent b0aae44c77
commit 85a2f4c956
No known key found for this signature in database
GPG Key ID: E1152D0994E4BF8A

View File

@ -1,10 +0,0 @@
from libc.stdint cimport int8_t, int16_t, int32_t, int64_t, intptr_t
from libc.stdint cimport uint8_t, uint16_t, uint32_t, uint64_t, uintptr_t
cdef extern from *:
ctypedef bint bool
ctypedef struct va_list
from libc.stdint cimport int8_t, int16_t
from libc.stddef cimport *
cdef extern from "my_header.h":
pass