diff options
Diffstat (limited to 'meson/test cases/common/160 custom target template substitution/foo.c.in')
-rw-r--r-- | meson/test cases/common/160 custom target template substitution/foo.c.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meson/test cases/common/160 custom target template substitution/foo.c.in b/meson/test cases/common/160 custom target template substitution/foo.c.in new file mode 100644 index 000000000..a867b3237 --- /dev/null +++ b/meson/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; +} |