diff options
Diffstat (limited to '')
-rw-r--r-- | test cases/common/160 custom target template substitution/foo.c.in | 6 |
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; +} |