Index: tests/.expect/castError.txt
===================================================================
--- tests/.expect/castError.txt	(revision 90152a4860529aff7214be01cd22abd37012cd19)
+++ tests/.expect/castError.txt	(revision 90152a4860529aff7214be01cd22abd37012cd19)
@@ -0,0 +1,36 @@
+castError.c:7:1 error: Cannot choose between 3 alternatives for expression
+Cast of:
+  Name: f
+... to:
+  charAlternatives are:
+Cost ( 1, 0, 0, 0 ): Cast of:
+     Variable Expression: f: function
+       accepting unspecified arguments
+     ... returning nothing 
+
+   ... to:
+     char
+ (types:
+   char
+ )
+ Environment: 
+
+Cost ( 1, 0, 0, 0 ): Cast of:
+     Variable Expression: f: double
+   ... to:
+     char
+ (types:
+   char
+ )
+ Environment: 
+
+Cost ( 1, 0, 0, 0 ): Cast of:
+     Variable Expression: f: signed int
+   ... to:
+     char
+ (types:
+   char
+ )
+ Environment: 
+
+
