summaryrefslogtreecommitdiffstats
path: root/test/MSVC/MSVC_BATCH-spaces-targetdir/src/c.c
blob: 1c262d3e8c92984a3419a372f5be7adcb1746c8c (plain)
1
2
3
4
5
#include <stdio.h>

void myfuncc() {
    printf("myfuncc\n");
}