Index: tests/sum.cfa
===================================================================
--- tests/sum.cfa	(revision 86a8be5a9f4892359cae71f702614bd15dba7c2e)
+++ tests/sum.cfa	(revision b32627728210f82121049430d14a1cd3280a3994)
@@ -11,6 +11,6 @@
 // Created On       : Wed May 27 17:56:53 2015
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sun May 19 11:21:02 2019
-// Update Count     : 330
+// Last Modified On : Thu Jun  6 16:18:22 2019
+// Update Count     : 333
 //
 
@@ -111,5 +111,6 @@
 	};
 	GS(int) gs;
-	gs.x = anew( size );								// create array storage for field
+	// FIX ME, resolution problem with anew not picking up the LH type
+	gs.x = (typeof(gs.x))anew( size );					// create array storage for field
 	s = 0; v = low;
 	for ( int i = 0; i < size; i += 1, v += 1 ) {
