Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
1f7c645ab4b8326fef5afcd842795e071ecce9df
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-libpython.c
blob: 72267972fa9886aa6a266be49686fc1bc1a7a2c0 [
file
] [
log
] [
blame
]
#include
<Python.h>
#
int
main
(
void
)
{
Py_Initialize
();
return
0
;
}