test: return 0

This commit is contained in:
Jōshin 2021-12-26 19:56:06 +00:00
parent b29fb12e47
commit a07e0b8997
No known key found for this signature in database
GPG Key ID: A8BE5A9A521639D0

View File

@ -59,4 +59,5 @@ main(int argc, char* argv[])
_test_lily();
fprintf(stderr, "test_lilly: ok\n");
return 0;
}