shithub: scc

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

View raw version
double x = 100;

int
main()
{
	return x < 1;
}