shithub: scc

ref: c959ddb9017bc8288fc444d80840f1ae61aa6ca7
dir: /tests/cc/execute/0123-doubleconst.c/

View raw version
double x = 100;

int
main()
{
	return x < 1;
}