Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5bc5673c098b03e8de29b9f87187bed7643bd5c6
/
.
/
tools
/
build
/
feature
/
test-libpython.c
blob: 0c1641b0d9a748983880b05067104037dc301d47 [
file
] [
log
] [
blame
]
// SPDX-License-Identifier: GPL-2.0
#include
<Python.h>
int
main
(
void
)
{
Py_Initialize
();
return
0
;
}