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

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