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