shithub: brokentoys

ref: 8bb495b12b93a9be9578563aa9ca17847040ade3
dir: /dprom.c/

View raw version
#include <u.h>
#include <libc.h>

void
main()
{
	if(0.00001 > 0) print("ok\n");
	else print("ko\n");
	exits(0);
}