summaryrefslogtreecommitdiffstats
path: root/test cases/common/50 custom target chain/usetarget/subcomp.py
blob: 52dc0bbb5d1eb696717750d8b14cd7e24948b8d9 (plain)
1
2
3
4
5
6
7
#!/usr/bin/env python3

import sys

with open(sys.argv[1], 'rb') as ifile:
    with open(sys.argv[2], 'w') as ofile:
        ofile.write('Everything ok.\n')