meson/test cases/common/169 custom target template .../foo.c.in

7 lines
82 B
C

#include <stdio.h>
int main() {
printf("foo is working.\n");
return 0;
}