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