Index: tests/bugs/66.cfa
===================================================================
--- tests/bugs/66.cfa	(revision 15806ed4125985b4bd7172dc59af8da70529cd89)
+++ tests/bugs/66.cfa	(revision b81fd952a5ac1533e8228e162fec0eac081416cf)
@@ -5,5 +5,5 @@
 
 int main() {
-	int * next = (void*)0;
+	int * next = 0p;
 	if( next ) {
 		return 1;
