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