aboutsummaryrefslogtreecommitdiffstats
path: root/library/python/pytest/empty/main.c
blob: d49fcc70311d16cb8787447701d60a9ca7bdd228 (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; 
}