merge
[cython.git] / tests / compile / food.h
1 struct Tomato {
2         PyObject_HEAD
3 };
4
5 struct Bicycle{
6         PyObject_HEAD
7 };
8