summaryrefslogtreecommitdiff
path: root/tests/compile/crunchytype.h
blob: 6ea0e37c0f0411ab354e7eb0c236ea9d12e2548a (plain)
1
2
3
4
5

struct CrunchyType {
  int number;
  PyObject* string;
};