Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
ea71b10a3d18e5589f44b836a83003a6e741d6bb
/
.
/
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
;
}