summaryrefslogtreecommitdiffstats
path: root/test cases/common/144 link depends custom target/make_file.py
blob: ceb6e19aad38deed61a5ff9646b9b71441802930 (plain)
1
2
3
4
5
#!/usr/bin/env python3
import sys

with open(sys.argv[1], 'w') as f:
    print('# this file does nothing', file=f)