Sign in
gem5
/
arm
/
linux
/
9dd721c6dbfc310f94306902611f86dda87a45fa
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-libpython.c
blob: b24b28ad6324ecab7b3c4ffa3545a4aa1a68faae [
file
] [
log
] [
blame
]
#include
<Python.h>
int
main
(
void
)
{
Py_Initialize
();
return
0
;
}