Index: tests/malloc.cfa
===================================================================
--- tests/malloc.cfa	(revision 139775ec573763a1fd42cb0e38c3be4185217464)
+++ tests/malloc.cfa	(revision b82d14077f7320ff00bc964d2cafc7dec3f4299a)
@@ -319,5 +319,5 @@
 	free(ip);
 
-	free( 0p ); // sanity check
+	free( (void*) 0p ); // sanity check
 	free( NULL ); // sanity check
 
