diff options
Diffstat (limited to 'test/MSVC/MSVC_BATCH-spaces-targetdir/src/c.c')
-rw-r--r-- | test/MSVC/MSVC_BATCH-spaces-targetdir/src/c.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/MSVC/MSVC_BATCH-spaces-targetdir/src/c.c b/test/MSVC/MSVC_BATCH-spaces-targetdir/src/c.c new file mode 100644 index 0000000..1c262d3 --- /dev/null +++ b/test/MSVC/MSVC_BATCH-spaces-targetdir/src/c.c @@ -0,0 +1,5 @@ +#include <stdio.h> + +void myfuncc() { + printf("myfuncc\n"); +}
\ No newline at end of file |