summaryrefslogtreecommitdiffstats
path: root/test cases/common/228 custom_target source/x.py
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/228 custom_target source/x.py')
-rw-r--r--test cases/common/228 custom_target source/x.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/test cases/common/228 custom_target source/x.py b/test cases/common/228 custom_target source/x.py
new file mode 100644
index 0000000..12f40c8
--- /dev/null
+++ b/test cases/common/228 custom_target source/x.py
@@ -0,0 +1,5 @@
+#! /usr/bin/env python3
+with open('x.c', 'w') as f:
+ print('int main(void) { return 0; }', file=f)
+with open('y', 'w'):
+ pass