Newer
Older
access-test / modules / test / src / ut_main.c
Nomura Kei on 30 Nov 2022 123 bytes from svn
#include <stdio.h>

int main(int argc, char* argv[])
{
	(void) argc;
	(void) argv;
	printf("ut.exe run\n");
	return 0;
}