blob: 12f40c83f2c8a50ebd6e6ead7b3a2a4c9225bcab [file] [log] [blame]
#! /usr/bin/env python3
with open('x.c', 'w') as f:
print('int main(void) { return 0; }', file=f)
with open('y', 'w'):
pass