Index: tests/identFuncDeclarator.cfa
===================================================================
--- tests/identFuncDeclarator.cfa	(revision dc8511c89e456024f8e634c472b1ebc5d96cc56e)
+++ tests/identFuncDeclarator.cfa	(revision 2c7eee0158db97464d1d3b620031d72e9b57e264)
@@ -10,6 +10,6 @@
 // Created On       : Wed Aug 17 08:36:34 2016
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Tue Nov  6 17:56:33 2018
-// Update Count     : 3
+// Last Modified On : Sun Sep 27 08:20:46 2020
+// Update Count     : 5
 // 
 
@@ -111,4 +111,6 @@
 	int (* (* const f80)(int))();
 	int (* const(* const f81)(int))();
+
+	#pragma message( "Compiled" )			// force non-empty .expect file
 }
 
