blob: facea122d812eb27585037afe9b3a97737cb31bf [file] [log] [blame]
Ingo Molnar95d061c2013-09-30 15:40:04 +02001#include <Python.h>
2
3#if PY_VERSION_HEX >= 0x03000000
4 #error
5#endif
6
7int main(void)
8{
9 return 0;
10}