Index: src/ResolvExpr/CandidateFinder.cpp
===================================================================
--- src/ResolvExpr/CandidateFinder.cpp	(revision 8315947b914ae5bb9508eeafa64f85f406f80c05)
+++ src/ResolvExpr/CandidateFinder.cpp	(revision 97f9619fce73cf34248ece2d476986719a5e602d)
@@ -1485,5 +1485,5 @@
 
 	void Finder::postvisit( const ast::CountExpr * countExpr ) {
-		const ast::UntypedExpr * untyped;
+		const ast::UntypedExpr * untyped = nullptr;
 		if ( countExpr->type ) {
 			auto enumInst = countExpr->type.as<ast::EnumInstType>();
