aboutsummaryrefslogtreecommitdiffstats
path: root/meson/test cases/common/13 pch/generated/gen_custom.py
blob: 650e03c2b312af66db2da85005e052c27673e1cb (plain)
1
2
3
4
5
#!/usr/bin/env python3
import sys

with open(sys.argv[1], 'w') as f:
    f.write("#define FOO 0")