shithub: brokentoys

ref: 6cef9c8e6d812216fa88288831ec8c414010c265
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);
}