shithub: scc

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

View raw version
double x = 100;

int
main()
{
	return x < 1;
}