shithub: scc

ref: 989c106cae3b5870d966b2cc6a83dcad73254ede
dir: /tests/execute/0123-doubleconst.c/

View raw version
double x = 100;

int
main()
{
	return x < 1;
}