aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/228 custom_target source/x.py
blob: 12f40c83f2c8a50ebd6e6ead7b3a2a4c9225bcab (plain)
1
2
3
4
5
#! /usr/bin/env python3
with open('x.c', 'w') as f:
    print('int main(void) { return 0; }', file=f)
with open('y', 'w'):
    pass