Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
kishon
/
pci-endpoint
/
89aca094545a1467e6399b93bb2fac73c11e0009
/
.
/
tools
/
build
/
feature
/
test-libpython.c
blob: b24b28ad6324ecab7b3c4ffa3545a4aa1a68faae [
file
] [
log
] [
blame
]
#include
<Python.h>
int
main
(
void
)
{
Py_Initialize
();
return
0
;
}