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