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