summaryrefslogtreecommitdiffstats
path: root/test cases/common/160 custom target template substitution/foo.c.in
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/common/160 custom target template substitution/foo.c.in')
-rw-r--r--test cases/common/160 custom target template substitution/foo.c.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/test cases/common/160 custom target template substitution/foo.c.in b/test cases/common/160 custom target template substitution/foo.c.in
new file mode 100644
index 0000000..a867b32
--- /dev/null
+++ b/test cases/common/160 custom target template substitution/foo.c.in
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main(void) {
+ printf("foo is working.\n");
+ return 0;
+}