Index: tests/.in/manipulatorsInput.txt
===================================================================
--- tests/.in/manipulatorsInput.txt	(revision 791028a80a6c348a7a5cc8b19425adcdf3ea22e5)
+++ tests/.in/manipulatorsInput.txt	(revision 20f5eb8fcd1dbe0855f09f5501bde1b4136fe6f3)
@@ -27,2 +27,16 @@
 3.5 3.5 3.456E+23.456E+2 -0x1.2p-3 3.5 0X1.23p3     3.5
 3.5 3.5 3.456E+23.456E+2 -0x1.2p-3 3.5 0X1.23p3     3.5
+25 -25 42798
+1402432282 1505850196993244515
+394749758663249135511342
+12935154696204706112391834394
+
+423859149128410414395372834994551
+
+
+13889016598639747063234935497057631587
+170141183460469231731687303715884105727
+340282366920938463463374607431768211455
+-340282366920938463463374607431768211455
+340282366920938463463374607431768211455999
+1234567890123456789 -1234567890123456789
Index: tests/manipulatorsInput.cfa
===================================================================
--- tests/manipulatorsInput.cfa	(revision 791028a80a6c348a7a5cc8b19425adcdf3ea22e5)
+++ tests/manipulatorsInput.cfa	(revision 20f5eb8fcd1dbe0855f09f5501bde1b4136fe6f3)
@@ -7,6 +7,6 @@
 // Created On       : Sat Jun  8 17:58:54 2019
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Thu Jun 13 17:41:43 2019
-// Update Count     : 37
+// Last Modified On : Wed Jul 15 15:56:03 2020
+// Update Count     : 47
 // 
 
@@ -152,4 +152,13 @@
 		sin | ignore( wdi( 8, ldc ) );			sout | ldc;
 	}
+#if defined( __SIZEOF_INT128__ )
+	{
+		int128 val;
+		for ( 15 ) {
+			sin | val;
+			sout | val;
+		}
+	}
+#endif // __SIZEOF_INT128__
 } // main
 
