Index: src/ResolvExpr/CandidateFinder.cpp
===================================================================
--- src/ResolvExpr/CandidateFinder.cpp	(revision 8315947b914ae5bb9508eeafa64f85f406f80c05)
+++ src/ResolvExpr/CandidateFinder.cpp	(revision 8dc6f84be0641884162ae1c3f27f808c8b0a97bb)
@@ -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>();
