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