kconfig: add unexpected data itself to warning
[deliverable/linux.git] / tools / build / feature / test-libpython.c
CommitLineData
9734163b 1#include <Python.h>
20c99e82 2
9734163b
IM
3int main(void)
4{
5 Py_Initialize();
20c99e82 6
9734163b
IM
7 return 0;
8}
This page took 0.149409 seconds and 5 git commands to generate.