windows-nt/Source/XPSP1/NT/base/wmi/bmoflocparser/testdrv/bmoftest.c

9 lines
124 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
#include <stdio.h>
int __cdecl main(int argc, char *argv[])
{
printf("test binary for bmof loc parser\n");
return(0);
}