Sign in
android-kvm
/
linux
/
1ae4ec1415a98328b693db588f30d02bb3ca73aa
/
.
/
tools
/
build
/
feature
/
test-libpython.c
blob: b24b28ad6324ecab7b3c4ffa3545a4aa1a68faae [
file
] [
log
] [
blame
]
#include
<Python.h>
int
main
(
void
)
{
Py_Initialize
();
return
0
;
}