Index: tests/forall.cfa
===================================================================
--- tests/forall.cfa	(revision 298fe57025894ebcfae9883bdbc21d0e39e12ee8)
+++ tests/forall.cfa	(revision 49a1684c699b9f53c3cd9726cf01927c9d596a44)
@@ -45,5 +45,7 @@
 }
 
-typedef forall ( T ) int (* f)( int );
+// commented this out since it is not clearly meaningful
+// and not really representable in the ast
+// typedef forall ( T ) int (* f)( int );
 
 forall( T )
