shithub: scc

Download patch

ref: 4f535bf888f4affdd2a8199c5cfd1470925e0cde
parent: 8967caf2eb1ad5612d7ae5a88b05d693b8781d72
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Wed Feb 22 02:48:45 EST 2017

[tests] Add 0116-floatcmp.c

--- /dev/null
+++ b/tests/execute/0116-floatcmp.c
@@ -1,0 +1,9 @@
+
+int
+main()
+{
+	int a = 0;
+	float f = a + 1;
+
+	return f == a;
+}
--- a/tests/execute/scc-tests.lst
+++ b/tests/execute/scc-tests.lst
@@ -106,3 +106,4 @@
 0113-externredecl.c
 0114-shortassig.c
 0115-null-comparision.c
+0116-floatcmp.c