Add test for passing floats and doubles as ints, floats, and doubles.
diff --git a/libacc/tests/test.py b/libacc/tests/test.py
index 1ae92ca..bb9ef01 100644
--- a/libacc/tests/test.py
+++ b/libacc/tests/test.py
@@ -229,9 +229,15 @@
 1 op 1: < 0   <= 1   == 1   >= 1   > 0   != 0
 2 op 1: < 0   <= 0   == 0   >= 1   > 1   != 1
 branching: 1 0 1
-testpassi: 1 2 3 4 5 6 7 8
-testpassf: 1 2 3 4 5 6 7 8
-testpassd: 1 2 3 4 5 6 7 8
+testpassi: 1 2 3 4 5 6 7 8 9 10 11 12
+testpassf: 1 2 3 4 5 6 7 8 9 10 11 12
+testpassd: 1 2 3 4 5 6 7 8 9 10 11 12
+testpassi: 1 2 3 4 5 6 7 8 9 10 11 12
+testpassf: 1 2 3 4 5 6 7 8 9 10 11 12
+testpassd: 1 2 3 4 5 6 7 8 9 10 11 12
+testpassi: 1 2 3 4 5 6 7 8 9 10 11 12
+testpassf: 1 2 3 4 5 6 7 8 9 10 11 12
+testpassd: 1 2 3 4 5 6 7 8 9 10 11 12
 testpassidf: 1 2 3
 """)
     def testCasts(self):