Blame tests/compile/crunchytype.h

Packit Service 99d393
Packit Service 99d393
struct CrunchyType {
Packit Service 99d393
  int number;
Packit Service 99d393
  PyObject* string;
Packit Service 99d393
};