summaryrefslogtreecommitdiffstats
path: root/test cases/common/128 build by default targets in tests/write_file.py
blob: ff9c224f0d0fae37ab78e48abef539641d039a8c (plain)
1
2
3
4
5
6
#!/usr/bin/env python3

import sys

with open(sys.argv[1], 'w') as f:
    f.write('Test')