shithub: scc

ref: a69a08db850e632d1809320b6abbaca181354216
dir: /tests/execute/0123-doubleconst.c/

View raw version
double x = 100;

int
main()
{
	return x < 1;
}