Sign in
googlers
/
maze
/
linux
/
6a027b705fb6d2214647a638b44ea91ee6ce7e4c
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-libpython.c
blob: b24b28ad6324ecab7b3c4ffa3545a4aa1a68faae [
file
] [
log
] [
blame
]
#include
<Python.h>
int
main
(
void
)
{
Py_Initialize
();
return
0
;
}