shithub: scc

ref: eaa85a83fce66986a894cda17722072840a392d9
dir: /tests/execute/0127-doublecte.c/

View raw version
double x = 100.0;

int
main()
{
	return x < 1;
}