index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
config
/
feature-checks
/
test-libpython.c
blob: 72267972fa9886aa6a266be49686fc1bc1a7a2c0 (
plain
)
1
2
3
4
5
6
7
#include <Python.h> # int main(void) { Py_Initialize(); return 0; }