treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / tools / build / feature / test-libpython.c
blob371c9113e49d1b7eb42fb5d46d63ad53a8762ce6
1 // SPDX-License-Identifier: GPL-2.0
2 #include <Python.h>
4 int main(void)
6 Py_Initialize();
8 return 0;
10 #undef _GNU_SOURCE