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