shithub: scc

ref: b589353e707d07bf1412c206e9e5cfa876e57400
dir: /tests/execute/0116-floatcmp.c/

View raw version
int
main()
{
	int a = 0;
	float f = a + 1;

	return f == a;
}