1 2 3 4 5 6 7
/* to be used for build python tests in a stub binary for the case of using system python */ int main(void) { return 0; }