diff options
Diffstat (limited to 'manual tests/3 git wrap/prog.c')
-rw-r--r-- | manual tests/3 git wrap/prog.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/manual tests/3 git wrap/prog.c b/manual tests/3 git wrap/prog.c new file mode 100644 index 0000000..6e2c4d8 --- /dev/null +++ b/manual tests/3 git wrap/prog.c @@ -0,0 +1,6 @@ +#include"subproj.h" + +int main(void) { + subproj_function(); + return 0; +} |