#include <stdio.h>


int __cdecl main(int argc, char *argv[])
{
	printf("test binary for bmof loc parser\n");
	return(0);
}
