aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/pytest/empty/main.c
blob: 9efa08162a7dd556596d598796f64de2355139bc (plain) (blame)
1
2
3
4
5
6
7
/*
to be used for build python tests in a stub binary for the case of using system python
*/

int main(void) {
    return 0;
}