aboutsummaryrefslogtreecommitdiff
path: root/test cases/python/11 script path/gen
blob: 3d31694411e3b0d6371eac221c268cd0f7175f98 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python3


if __name__ == '__main__':
    with open('x.c', 'w', encoding='utf-8') as f:
        f.write('int main() { return 0; }\n')
    exit(0)