summaryrefslogtreecommitdiff
path: root/tests/run/types.h
blob: 114fbd14c9ca9b244c2a9aef9b7810d57e66ae59 (plain)
1
2
3
4
5
6
/*
This header is present to test effects of misdeclaring
types Cython-side.
*/
typedef long actually_long_t;
typedef short actually_short_t;